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
|
||||
(package
|
||||
(name "quickshell")
|
||||
(version "0.1.0")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -899,7 +899,7 @@ your own layouts, widgets, and built-in commands.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0s3d2mw133d11x1kwjf1krw0xfiidgc77vsz92n65zjdjb8kkl8d"))))
|
||||
(base32 "12ggnrvnbxqyms05vjm3zl5d59p0sm08rk6qpi7ni1bvz0715ady"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue