mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libxcursor: Update to 1.2.1.
* gnu/packages/xorg.scm (libxcursor): Update to 1.2.1. [source](uri): Use ".xz" tarball.
This commit is contained in:
parent
630c22e282
commit
4df1d80209
1 changed files with 4 additions and 6 deletions
|
@ -5568,17 +5568,15 @@ (define-public libx11
|
|||
(define-public libxcursor
|
||||
(package
|
||||
(name "libxcursor")
|
||||
(version "1.2.0")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/individual/lib/libXcursor-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
(uri (string-append "mirror://xorg/individual/lib/libXcursor-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"10l7c9fm0jmpkm9ab9dz8r6m1pr87vvgqjnbx1psz50h4pwfklrs"))))
|
||||
"011195an3w4xld3x0dr534kar1xjf52q96hmf0hgvfhh2rrl7ha6"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
|
|
Loading…
Reference in a new issue