guix-commits
[Top][All Lists]
Advanced

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

41/75: gnu: libxres: Update to 1.2.2.


From: guix-commits
Subject: 41/75: gnu: libxres: Update to 1.2.2.
Date: Sun, 21 Jan 2024 13:21:47 -0500 (EST)

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

commit 2eccf0031cb3b5c61ef208237561496035d8964f
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Thu Dec 8 15:15:49 2022 +0100

    gnu: libxres: Update to 1.2.2.
    
    * gnu/packages/xorg.scm (libxres): Update to 1.2.2.
    [source]: Fix uri due to release of xz archive.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/xorg.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 1eab5e0927..bd0b6a398d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1460,17 +1460,17 @@ treat it as part of their software base when porting.")
 (define-public libxres
   (package
     (name "libxres")
-    (version "1.2.1")
+    (version "1.2.2")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
                "mirror://xorg/individual/lib/libXres-"
                version
-               ".tar.bz2"))
+               ".tar.xz"))
         (sha256
           (base32
-            "049b7dk6hx47161hg47ryjrm6pwsp27r5pby05b0wqb1pcggprmn"))))
+            "0pvlzahqd8fcyq10wi7ipbxvgrg93hn0vqsymhw7b6sb93rlcx4s"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))



reply via email to

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