mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: util-macros: Update to 1.19.0.
* gnu/packages/xorg.scm (util-macros): Update to 1.19.0.
This commit is contained in:
parent
d36caa10a5
commit
0a761f1ebd
1 changed files with 3 additions and 3 deletions
|
@ -1738,17 +1738,17 @@ synchronization between the X server and direct-rendering clients.")
|
|||
(define-public util-macros
|
||||
(package
|
||||
(name "util-macros")
|
||||
(version "1.17")
|
||||
(version "1.19.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/X11R7.7/src/everything/util-macros-"
|
||||
"mirror://xorg/individual/util/util-macros-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1vbmrcn5n3wp4pyw0n4c3pyvzlc4yf7jzgngavfdq5zwfbgfsybx"))))
|
||||
"1fnhpryf55l0yqajxn0cxan3kvsjzi67nlanz8clwqzf54cb2d98"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue