guix-commits
[Top][All Lists]
Advanced

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

27/34: gnu: libxres: Update to 1.2.1.


From: guix-commits
Subject: 27/34: gnu: libxres: Update to 1.2.1.
Date: Sat, 22 May 2021 11:16:34 -0400 (EDT)

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

commit 5c971de2b83711ce7c8cd6d607a5dae5059f0f36
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun May 16 15:39:33 2021 +0200

    gnu: libxres: Update to 1.2.1.
    
    * gnu/packages/xorg.scm (libxres): Update to 1.2.1.
---
 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 df138c4..9178a03 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1469,7 +1469,7 @@ treat it as part of their software base when porting.")
 (define-public libxres
   (package
     (name "libxres")
-    (version "1.2.0")
+    (version "1.2.1")
     (source
       (origin
         (method url-fetch)
@@ -1479,7 +1479,7 @@ treat it as part of their software base when porting.")
                ".tar.bz2"))
         (sha256
           (base32
-            "1m0jr0lbz9ixpp9ihk68349q0i7ry2379lnfzdy4mrl86ijc2xgz"))))
+            "049b7dk6hx47161hg47ryjrm6pwsp27r5pby05b0wqb1pcggprmn"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))



reply via email to

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