civodul pushed a commit to branch master
in repository guix.
commit 5ae78c523a0a07edc9b920976c7cbd4ee04bb5c4
Author: Benjamin Slade <[email protected]>
AuthorDate: Sat May 21 14:22:22 2022 -0600
gnu: yad: Update to 12.0.
* gnu/packages/gtk.scm (yad): Update to 12.0.
Signed-off-by: Ludovic Courtès <[email protected]>
---
gnu/packages/gtk.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
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 <[email protected]>
;;; Copyright © 2021 Wamm K. D. <[email protected]>
;;; Copyright © 2022 Zhu Zihao <[email protected]>
+;;; Copyright © 2022 Benjamin Slade <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2546,7 +2547,7 @@ independent of your desktop environment, and supports
global key bindings.")
(define-public yad
(package
(name "yad")
- (version "5.0")
+ (version "12.0")
(source
(origin
(method git-fetch)
@@ -2555,7 +2556,7 @@ independent of your desktop environment, and supports
global key bindings.")
(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