guix-commits
[Top][All Lists]
Advanced

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

07/15: gnu: xcb-proto: Update to 1.14.


From: guix-commits
Subject: 07/15: gnu: xcb-proto: Update to 1.14.
Date: Thu, 26 Mar 2020 17:40:27 -0400 (EDT)

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

commit 814ad500ffbbaeedf81b223db9aac5dc4d6f0f9b
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Mar 26 15:22:40 2020 +0100

    gnu: xcb-proto: Update to 1.14.
    
    * gnu/packages/xorg.scm (xcb-proto): Update to 1.14.
    [source](uri): Change to .xz tarball.
---
 gnu/packages/xorg.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 4353a09..a608672 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2130,17 +2130,16 @@ emulate a TI-30 or an HP-10C.")
 (define-public xcb-proto
   (package
     (name "xcb-proto")
-    (version "1.13")
+    (version "1.14")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
                "https://xcb.freedesktop.org/dist/xcb-proto-";
-               version
-               ".tar.bz2"))
+               version ".tar.xz"))
         (sha256
           (base32
-           "1qdxw9syhbvswiqj5dvj278lrmfhs81apzmvx6205s4vcqg7563v"))))
+           "01d62r286yfc3rpz714nqdgkl0wk9j0wqkd4ylas1d7r4vmkqshq"))))
     (build-system gnu-build-system)
     (native-inputs
       `(("pkg-config" ,pkg-config) ("python" ,python-minimal-wrapper)))



reply via email to

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