guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: libxcursor: Update to 1.2.0.


From: guix-commits
Subject: 01/02: gnu: libxcursor: Update to 1.2.0.
Date: Mon, 11 Mar 2019 16:23:46 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit e1c61029070e07db1735a8510f4e5d90eb324fab
Author: Marius Bakke <address@hidden>
Date:   Mon Mar 11 21:22:01 2019 +0100

    gnu: libxcursor: Update to 1.2.0.
    
    * gnu/packages/xorg.scm (libxcursor): Update to 1.2.0.
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 27005e7..78c67fb 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5279,7 +5279,7 @@ draggable titlebars and borders.")
 (define-public libxcursor
   (package
     (name "libxcursor")
-    (version "1.1.15")
+    (version "1.2.0")
     (source
       (origin
         (method url-fetch)
@@ -5289,7 +5289,7 @@ draggable titlebars and borders.")
                ".tar.bz2"))
         (sha256
           (base32
-            "0syzlfvh29037p0vnlc8f3jxz8nl55k65blswsakklkwsc6nfki9"))))
+            "10l7c9fm0jmpkm9ab9dz8r6m1pr87vvgqjnbx1psz50h4pwfklrs"))))
     (build-system gnu-build-system)
     (propagated-inputs
       `(("libx11" ,libx11)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]