gnu: libxres: Update to 1.2.0.

* gnu/packages/xorg.scm (libxres): Update to 1.2.0.
master
Marius Bakke 2017-11-01 23:03:07 +01:00
parent f78a73ad4e
commit fe953dde94
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1414,7 +1414,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.0.7") (version "1.2.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1424,7 +1424,7 @@ treat it as part of their software base when porting.")
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1rd0bzn67cpb2qkc946gch2183r4bdjfhs6cpqbipy47m9a91296")))) "1m0jr0lbz9ixpp9ihk68349q0i7ry2379lnfzdy4mrl86ijc2xgz"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("xproto" ,xproto) `(("xproto" ,xproto)