mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-04-17 03:24:31 +00:00
rosenthal: grimblast: Update to 0.1.
* rosenthal/packages/wm.scm (grimblast): Update to 0.1.
This commit is contained in:
parent
5791ad387d
commit
f8115b491c
@ -188,22 +188,19 @@ layouts, fancy effects, has a very flexible IPC model allowing for a lot of
|
||||
customization, and more.")
|
||||
(license license:bsd-3))))
|
||||
|
||||
;; No releases yet.
|
||||
(define-public grimblast
|
||||
(let ((revision "1")
|
||||
(commit "37c8121f98d76f57caa00dd7106877876e0d7483"))
|
||||
(package
|
||||
(name "grimblast")
|
||||
(version (git-version "0" revision commit))
|
||||
(version "0.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/hyprwm/contrib")
|
||||
(commit commit)))
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jhjjblklqnz601ic58bl0x550d1rkyaqdmydhqzx3k2bc2mnjk7"))))
|
||||
"0ld0sj7ahf9jf8cqzbqkhj3m2w60027ixic24ih26nwy90b5qjwx"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ;no tests
|
||||
@ -230,4 +227,4 @@ customization, and more.")
|
||||
(home-page "https://github.com/hyprwm/contrib")
|
||||
(synopsis "Hyprland version of Grimshot")
|
||||
(description "A Hyprland version of Grimshot.")
|
||||
(license license:expat))))
|
||||
(license license:expat)))
|
||||
|
Loading…
Reference in New Issue
Block a user