mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: libxres: Update to 1.2.1.
* gnu/packages/xorg.scm (libxres): Update to 1.2.1.
This commit is contained in:
parent
6642195f15
commit
5c971de2b8
1 changed files with 2 additions and 2 deletions
|
@ -1469,7 +1469,7 @@ (define-public libxpm
|
|||
(define-public libxres
|
||||
(package
|
||||
(name "libxres")
|
||||
(version "1.2.0")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1479,7 +1479,7 @@ (define-public libxres
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1m0jr0lbz9ixpp9ihk68349q0i7ry2379lnfzdy4mrl86ijc2xgz"))))
|
||||
"049b7dk6hx47161hg47ryjrm6pwsp27r5pby05b0wqb1pcggprmn"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
|
|
Loading…
Reference in a new issue