diff mbox series

[bug#55789] gnu: wayland-protocols: Update to 1.25.

Message ID BY5PR07MB7029A5E573A86C8C57D01DD399A09@BY5PR07MB7029.namprd07.prod.outlook.com
State Accepted
Headers show
Series [bug#55789] gnu: wayland-protocols: Update to 1.25. | expand

Checks

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

Commit Message

Wamm K. D June 4, 2022, 5:47 a.m. UTC
From: "Wamm K. D." <jaft.r@outlook.com>

* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.25.
---
 gnu/packages/freedesktop.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Josselin Poiret June 4, 2022, 3:51 p.m. UTC | #1
Hi,

"Wamm K. D" <jaft.r@outlook.com> writes:
> * gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.25.

`guix refresh -l wayland-protocols` tells me 3905 dependent packages
would be rebuilt, hence this patch belongs to core-updates and should be
marked as such using a subject prefix like "[PATCH core-updates]"
(see item 10 of "(guix) Submitting Patches").

Otherwise, LGTM.
Tobias Geerinckx-Rice June 4, 2022, 9:27 p.m. UTC | #2
Wamm,

Wamm K. D 写道:
> * gnu/packages/freedesktop.scm (wayland-protocols): Update to 
> 1.25.

Pushed as commit 5439c04ebd.

Thanks!

T G-R
diff mbox series

Patch

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index fc2c45c1f1..bbfdbda0cc 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -29,6 +29,7 @@ 
 ;;; Copyright © 2021 John Kehayias <john.kehayias@protonmail.com>
 ;;; Copyright © 2021, 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2022 Daniel Meißner <daniel.meissner-i4k@ruhr-uni-bochum.de>
+;;; Copyright © 2022 Wamm K. D. <jaft.r@outlook.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1028,7 +1029,7 @@  (define-public wayland
 (define-public wayland-protocols
   (package
     (name "wayland-protocols")
-    (version "1.23")
+    (version "1.25")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1036,7 +1037,7 @@  (define-public wayland-protocols
                     "wayland-protocols-" version ".tar.xz"))
               (sha256
                (base32
-                "0xizccackgwszjhlq7jjiv2z2gwppljx0w32ga91bxlnby8z22kc"))))
+                "0q0laxdvf8p8b7ks2cbpqf6q0rwrjycqrp8pf8rxm86hk5qhzzzi"))))
     (build-system meson-build-system)
     (inputs
      (list wayland))