aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2024-09-10 12:48:55 -0400
committerJohn Kehayias <john.kehayias@protonmail.com>2024-11-05 11:56:41 -0500
commit4e13b59c98c2e1304ccdccbbea7633768b28f0aa (patch)
tree533f3aa389f79d278846c291387b424868c8ca6e
parentbaef6448695482220c9d9b82dfa8d6e2dbba4674 (diff)
downloadguix-4e13b59c98c2e1304ccdccbbea7633768b28f0aa.tar.gz
guix-4e13b59c98c2e1304ccdccbbea7633768b28f0aa.zip
gnu: gtk-layer-shell: Update to 0.9.0.
* gnu/packages/gtk.scm (gtk-layer-shell): Update to 0.9.0. Change-Id: I4e519f95f8afc883d0374c13048d2c13ec6c787f
-rw-r--r--gnu/packages/gtk.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 2742427008..ef1391e8ba 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -2770,7 +2770,7 @@ displayed on the other side of the bus.")
(define-public gtk-layer-shell
(package
(name "gtk-layer-shell")
- (version "0.8.0")
+ (version "0.9.0")
(source
(origin
(method git-fetch)
@@ -2779,7 +2779,7 @@ displayed on the other side of the bus.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0cf1fjlsplslmabpvyfdnvngkn5wfsk6jd7gbq6h74x0n9hczf37"))))
+ (base32 "05p9pmgzn8wacvlp7v4f1d8qqdnhr4l6jyclzfijnh1rsva0857n"))))
(build-system meson-build-system)
(arguments `(#:configure-flags (list "-Dtests=true")))
(native-inputs (list pkg-config gobject-introspection vala))