me
/
guix
Archived
1
0
Fork 0

gnu: libxres: Update to 1.2.1.

* gnu/packages/xorg.scm (libxres): Update to 1.2.1.
master
Marius Bakke 2021-05-16 15:39:33 +02:00
parent 6642195f15
commit 5c971de2b8
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1469,7 +1469,7 @@ treat it as part of their software base when porting.")
(define-public libxres (define-public libxres
(package (package
(name "libxres") (name "libxres")
(version "1.2.0") (version "1.2.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1479,7 +1479,7 @@ treat it as part of their software base when porting.")
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1m0jr0lbz9ixpp9ihk68349q0i7ry2379lnfzdy4mrl86ijc2xgz")))) "049b7dk6hx47161hg47ryjrm6pwsp27r5pby05b0wqb1pcggprmn"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '("--disable-static"))) '(#:configure-flags '("--disable-static")))