diff mbox series

[bug#55859] Update xcb-proto to 1.15

Message ID CAFHYt568R9DDHjribSn-=r0TQto74dWBpgH83q6jf-J1ndnEmQ@mail.gmail.com
State Accepted
Headers show
Series [bug#55859] Update xcb-proto to 1.15 | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Felix Lechner June 8, 2022, 11:40 p.m. UTC
Control: tags -1 + patch

Hi,

Your feedback on the attached patch would be appreciated.

The patch should probably be part of core-updates. ("Building the
following 7431 packages would ensure 15670 dependent packages are
rebuilt.")

> So contributors themselves do not need to know about guix-mentors,
> right?  (My initial understanding was that they’d explicitly email
> guix-mentors in addition to guix-patches.)

> Your initial understanding is correct.

This message was sent in parallel to guix-mentors and to guix-patches.

I have submitted patches before, but self-identify as a new contributor. Thanks!

Kind regards
Felix Lechner

Comments

Ricardo Wurmus June 9, 2022, 2:59 p.m. UTC | #1
Hi Felix,

Felix Lechner <felix.lechner@gmail.com> writes:

> The patch should probably be part of core-updates. ("Building the
> following 7431 packages would ensure 15670 dependent packages are
> rebuilt.")

thank you for the patch.  I have applied it to the core-updates branch
with commit 0d09e2e29d1ef0afabebd843f51d41d6cfe340ee.

I changed the commit message to mention the changed variable explicitly:

    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>

If you’re using Emacs you can use our “update” yasnippet to generate
this automatically.  Alternatively, you can use ./etc/committer.scm.

> This message was sent in parallel to guix-mentors and to guix-patches.

Please note that guix-mentors isn’t ready yet.  I proposed it, but we
don’t actually have a group of mentors who have committed to respond to
mentorship requests.
diff mbox series

Patch

From 52031e55159c3ec1f6824049200594cfe4ea54b4 Mon Sep 17 00:00:00 2001
From: Felix Lechner <felix.lechner@lease-up.com>
Date: Wed, 8 Jun 2022 16:18:51 -0700
Subject: [PATCH] gnu: xcb-proto: Update to 1.15.

---
 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 1547fdb9f8..895f501cf9 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2099,7 +2099,7 @@  (define-public xcalc
 (define-public xcb-proto
   (package
     (name "xcb-proto")
-    (version "1.14")
+    (version "1.15")
     (source
       (origin
         (method url-fetch)
@@ -2108,7 +2108,7 @@  (define-public xcb-proto
                version ".tar.xz"))
         (sha256
          (base32
-          "01d62r286yfc3rpz714nqdgkl0wk9j0wqkd4ylas1d7r4vmkqshq"))
+          "0pwmcmmrc4zll3fvlxcjmyx5569yzaf1fjfvm5px2rc39qk3nk6k"))
         (modules '((guix build utils)))
         (snippet
          '(begin

base-commit: e14918f402d6f61814d36463255a2be24ebbb352
-- 
2.36.1