gnu: util-macros: Update to 1.19.1.
* gnu/packages/xorg.scm (util-macros): Update to 1.19.1.
This commit is contained in:
parent
48d78a2e9c
commit
2a37852d4b
|
@ -1814,7 +1814,7 @@ management to participate in an X11R6 session.")
|
||||||
(define-public util-macros
|
(define-public util-macros
|
||||||
(package
|
(package
|
||||||
(name "util-macros")
|
(name "util-macros")
|
||||||
(version "1.19.0")
|
(version "1.19.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1824,7 +1824,7 @@ management to participate in an X11R6 session.")
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fnhpryf55l0yqajxn0cxan3kvsjzi67nlanz8clwqzf54cb2d98"))))
|
"19h6wflpmh7xxqr6lk5z8pds6r9r0dn7ijbvaacymx2q0m05km0q"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in New Issue