mbakke pushed a commit to branch core-updates
in repository guix.
commit 4df1d802099e1aa5240fc6b8589d342633b68384
Author: Marius Bakke <[email protected]>
AuthorDate: Sun Jun 26 01:39:31 2022 +0200
gnu: libxcursor: Update to 1.2.1.
* gnu/packages/xorg.scm (libxcursor): Update to 1.2.1.
[source](uri): Use ".xz" tarball.
---
gnu/packages/xorg.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index aaefb7df78..15ac34959c 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5568,17 +5568,15 @@ Wayland.")
(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")))