mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gtk-layer-shell: Update to 0.9.0.
* gnu/packages/gtk.scm (gtk-layer-shell): Update to 0.9.0. Change-Id: I4e519f95f8afc883d0374c13048d2c13ec6c787f
This commit is contained in:
parent
baef644869
commit
4e13b59c98
1 changed files with 2 additions and 2 deletions
|
@ -2770,7 +2770,7 @@ displayed on the other side of the bus.")
|
||||||
(define-public gtk-layer-shell
|
(define-public gtk-layer-shell
|
||||||
(package
|
(package
|
||||||
(name "gtk-layer-shell")
|
(name "gtk-layer-shell")
|
||||||
(version "0.8.0")
|
(version "0.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2779,7 +2779,7 @@ displayed on the other side of the bus.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0cf1fjlsplslmabpvyfdnvngkn5wfsk6jd7gbq6h74x0n9hczf37"))))
|
(base32 "05p9pmgzn8wacvlp7v4f1d8qqdnhr4l6jyclzfijnh1rsva0857n"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments `(#:configure-flags (list "-Dtests=true")))
|
(arguments `(#:configure-flags (list "-Dtests=true")))
|
||||||
(native-inputs (list pkg-config gobject-introspection vala))
|
(native-inputs (list pkg-config gobject-introspection vala))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue