[PATCH] gnu: wayland-protocols: Update to 1.25.

  • Done
  • quality assurance status badge
Details
3 participants
  • Josselin Poiret
  • Wamm K. D
  • Tobias Geerinckx-Rice
Owner
unassigned
Submitted by
Wamm K. D
Severity
normal

Debbugs page

Wamm K. D wrote 3 years ago
(address . guix-patches@gnu.org)(name . Wamm K. D.)(address . jaft.r@outlook.com)
BY5PR07MB7029A5E573A86C8C57D01DD399A09@BY5PR07MB7029.namprd07.prod.outlook.com
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(-)

Toggle diff (32 lines)
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))
--
2.36.1
Josselin Poiret wrote 3 years ago
(name . Wamm K. D)(address . jaft.r@outlook.com)(address . 55789@debbugs.gnu.org)
87o7z8who2.fsf@jpoiret.xyz
Hi,

"Wamm K. D" <jaft.r@outlook.com> writes:
Toggle quote (2 lines)
> * 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.

--
Josselin Poiret
Tobias Geerinckx-Rice wrote 3 years ago
(name . Wamm K. D)(address . jaft.r@outlook.com)(address . 55789-done@debbugs.gnu.org)(address . guix-patches@gnu.org)
87k09wce55@nckx
Wamm,

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

Pushed as commit 5439c04ebd.

Thanks!

T G-R
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYpvOZg0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW1549QBANOJu0Po77Ad7tnaFu1GCiKajJ0Pt8YWd13tWXl5
kQfRAP94mNBIzN5bkS2L6GNL6OEByojyKSAkNwl0EF3d3WOGAg==
=1bI/
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

To comment on this conversation send an email to 55789@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 55789
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help