guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: xcb-proto: Update to 1.15.


From: guix-commits
Subject: branch core-updates updated: gnu: xcb-proto: Update to 1.15.
Date: Thu, 09 Jun 2022 10:59:16 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new 0d09e2e29d gnu: xcb-proto: Update to 1.15.
0d09e2e29d is described below

commit 0d09e2e29d1ef0afabebd843f51d41d6cfe340ee
Author: Felix Lechner <felix.lechner@lease-up.com>
AuthorDate: Wed Jun 8 16:18:51 2022 -0700

    gnu: xcb-proto: Update to 1.15.
    
    * gnu/packages/xorg.scm (xcb-proto): Update to 1.15.
    
    Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
 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 7120764a00..39dd69c920 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2100,7 +2100,7 @@ emulate a TI-30 or an HP-10C.")
 (define-public xcb-proto
   (package
     (name "xcb-proto")
-    (version "1.14")
+    (version "1.15")
     (source
       (origin
         (method url-fetch)
@@ -2109,7 +2109,7 @@ emulate a TI-30 or an HP-10C.")
                version ".tar.xz"))
         (sha256
          (base32
-          "01d62r286yfc3rpz714nqdgkl0wk9j0wqkd4ylas1d7r4vmkqshq"))
+          "0pwmcmmrc4zll3fvlxcjmyx5569yzaf1fjfvm5px2rc39qk3nk6k"))
         (modules '((guix build utils)))
         (snippet
          '(begin



reply via email to

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