mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
gnu: libfontenc: Update to 1.1.3.
* gnu/packages/xorg.scm (libfontenc): Update to 1.1.3.
This commit is contained in:
parent
f98e2a3ff2
commit
203593ddde
1 changed files with 2 additions and 2 deletions
|
|
@ -1074,7 +1074,7 @@ synchronization between the X server and direct-rendering clients.")
|
|||
(define-public libfontenc
|
||||
(package
|
||||
(name "libfontenc")
|
||||
(version "1.1.2")
|
||||
(version "1.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
|
@ -1084,7 +1084,7 @@ synchronization between the X server and direct-rendering clients.")
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0qign0ivqk166l9yfd51gw9lbhgs718bcrmvc40yicjr6gnyz959"))))
|
||||
"08gxmrhgw97mv0pvkfmd46zzxrn6zdw4g27073zl55gwwqq8jn3h"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("zlib" ,zlib)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue