guix-commits
[Top][All Lists]
Advanced

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

02/10: gnu: libxp: Update to 1.0.4.


From: guix-commits
Subject: 02/10: gnu: libxp: Update to 1.0.4.
Date: Sat, 22 Oct 2022 08:02:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4f276192b27603e09e086cb80ac836408f56312d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:00 2022 +0200

    gnu: libxp: Update to 1.0.4.
    
    * gnu/packages/xorg.scm (libxp): Update to 1.0.4.
---
 gnu/packages/xorg.scm | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 270c0ad0ca..1fe2721cbe 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4591,17 +4591,14 @@ cannot be adequately worked around on the client side 
of the wire.")
 (define-public libxp
   (package
     (name "libxp")
-    (version "1.0.3")
+    (version "1.0.4")
     (source
-      (origin
-        (method url-fetch)
-        (uri (string-append
-               "mirror://xorg/individual/lib/libXp-"
-               version
-               ".tar.bz2"))
-        (sha256
-          (base32
-            "0mwc2jwmq03b1m9ihax5c6gw2ln8rc70zz4fsj3kb7440nchqdkz"))))
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "mirror://xorg/individual/lib/libXp-" version ".tar.xz"))
+       (sha256
+        (base32 "197iklxwyd4naryc6mzv0g5qi1dy1apxk9w9k3yshd1ax2wf668z"))))
     (build-system gnu-build-system)
     (propagated-inputs
       (list printproto))



reply via email to

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