mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: quickshell: Update to 0.2.0.
* gnu/packages/wm.scm (quickshell): Update to 0.2.0. Change-Id: I56fd25f6c7a5b5c636eb7b646ae8b3a5099737ba Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
b06afc5805
commit
63f0d10810
1 changed files with 2 additions and 2 deletions
|
@ -890,7 +890,7 @@ your own layouts, widgets, and built-in commands.")
|
||||||
(define-public quickshell
|
(define-public quickshell
|
||||||
(package
|
(package
|
||||||
(name "quickshell")
|
(name "quickshell")
|
||||||
(version "0.1.0")
|
(version "0.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -899,7 +899,7 @@ your own layouts, widgets, and built-in commands.")
|
||||||
(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 "0s3d2mw133d11x1kwjf1krw0xfiidgc77vsz92n65zjdjb8kkl8d"))))
|
(base32 "12ggnrvnbxqyms05vjm3zl5d59p0sm08rk6qpi7ni1bvz0715ady"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue