mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: util-macros: Update to 1.19.2.
* gnu/packages/xorg.scm (util-macros): Update to 1.19.2.
This commit is contained in:
parent
762e53c320
commit
9cc46c573e
1 changed files with 2 additions and 2 deletions
|
@ -1849,7 +1849,7 @@ (define-public smproxy
|
|||
(define-public util-macros
|
||||
(package
|
||||
(name "util-macros")
|
||||
(version "1.19.1")
|
||||
(version "1.19.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1859,7 +1859,7 @@ (define-public util-macros
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"19h6wflpmh7xxqr6lk5z8pds6r9r0dn7ijbvaacymx2q0m05km0q"))))
|
||||
"04p7ydqxgq37jklnfj18b70zsifiz4h50wvrk94i2112mmv37r6p"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue