diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-11-01 23:03:07 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-11-01 23:34:50 +0100 |
commit | fe953dde94d364f145852beb2e12be00d2d9069a (patch) | |
tree | e74424436e7e76caa63fc6d612140803d765f198 /gnu/packages/xorg.scm | |
parent | f78a73ad4eb520802f7ced82fe7aada18ea22789 (diff) | |
download | patches-fe953dde94d364f145852beb2e12be00d2d9069a.tar patches-fe953dde94d364f145852beb2e12be00d2d9069a.tar.gz |
gnu: libxres: Update to 1.2.0.
* gnu/packages/xorg.scm (libxres): Update to 1.2.0.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 4c03a858c2..dc1a83da50 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -1414,7 +1414,7 @@ treat it as part of their software base when porting.") (define-public libxres (package (name "libxres") - (version "1.0.7") + (version "1.2.0") (source (origin (method url-fetch) @@ -1424,7 +1424,7 @@ treat it as part of their software base when porting.") ".tar.bz2")) (sha256 (base32 - "1rd0bzn67cpb2qkc946gch2183r4bdjfhs6cpqbipy47m9a91296")))) + "1m0jr0lbz9ixpp9ihk68349q0i7ry2379lnfzdy4mrl86ijc2xgz")))) (build-system gnu-build-system) (inputs `(("xproto" ,xproto) |