[PATCH] update yad to 12.0

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Benjamin Slade
Owner
unassigned
Submitted by
Benjamin Slade
Severity
normal
B
B
Benjamin Slade wrote on 21 May 2022 22:22
(address . guix-patches@gnu.org)
87sfp2skib.fsf@lambda-y.net

Toggle diff (30 lines)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 96297535ce..af695d118b 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -30,6 +30,7 @@
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
;;; Copyright © 2021 Wamm K. D. <jaft.r@outlook.com>
;;; Copyright © 2022 Zhu Zihao <all_but_last@163.com>
+;;; Copyright © 2022 Benjamin Slade <slade@lambda-y.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2546,7 +2547,7 @@ (define-public volumeicon
(define-public yad
(package
(name "yad")
- (version "5.0")
+ (version "12.0")
(source
(origin
(method git-fetch)
@@ -2555,7 +2556,7 @@ (define-public yad
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "07rd61hvilsxxrj7lf8c9k0a8glj07s48m7ya8d45030r90g3lvc"))))
+ (base32 "1nbbw4vwlxjlp83d35w54952b6rrn8qlr3d053lisqwl0hfcm7if"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags
L
L
Ludovic Courtès wrote on 27 May 2022 23:12
(name . Benjamin Slade)(address . slade@lambda-y.net)(address . 55561-done@debbugs.gnu.org)
8735guel36.fsf@gnu.org
Hi,

Benjamin Slade <slade@lambda-y.net> skribis:

Toggle quote (17 lines)
> @@ -2546,7 +2547,7 @@ (define-public volumeicon
> (define-public yad
> (package
> (name "yad")
> - (version "5.0")
> + (version "12.0")
> (source
> (origin
> (method git-fetch)
> @@ -2555,7 +2556,7 @@ (define-public yad
> (commit (string-append "v" version))))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "07rd61hvilsxxrj7lf8c9k0a8glj07s48m7ya8d45030r90g3lvc"))))
> + (base32 "1nbbw4vwlxjlp83d35w54952b6rrn8qlr3d053lisqwl0hfcm7if"))))
> (build-system glib-or-gtk-build-system)

Added a commit log and committed it.

Thanks,
Ludo’.
Closed
?