guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: libxmu: Update to 1.1.3.


From: guix-commits
Subject: 04/09: gnu: libxmu: Update to 1.1.3.
Date: Sun, 17 Mar 2019 12:02:36 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit cb7fd8d055a42a40754bb2b108542a3c9c5e97bf
Author: Marius Bakke <address@hidden>
Date:   Sun Mar 17 14:04:28 2019 +0100

    gnu: libxmu: Update to 1.1.3.
    
    * gnu/packages/xorg.scm (libxmu): Update to 1.1.3.
---
 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 4867250..63da44f 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1385,7 +1385,7 @@ configuration files.")
 (define-public libxmu
   (package
     (name "libxmu")
-    (version "1.1.2")
+    (version "1.1.3")
     (source
       (origin
         (method url-fetch)
@@ -1395,7 +1395,7 @@ configuration files.")
                ".tar.bz2"))
         (sha256
           (base32
-            "02wx6jw7i0q5qwx87yf94fsn3h0xpz1k7dz1nkwfwm1j71ydqvkm"))))
+            "0cdpqnx6258i4l6qhphvkdiyspysg0i5caqjy820kp63wwjk4d4w"))))
     (build-system gnu-build-system)
     (inputs
       `(("libxt" ,libxt)



reply via email to

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