mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-09-18 12:44:37 +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.")
|
customization, and more.")
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3))))
|
||||||
|
|
||||||
;; No releases yet.
|
|
||||||
(define-public grimblast
|
(define-public grimblast
|
||||||
(let ((revision "1")
|
|
||||||
(commit "37c8121f98d76f57caa00dd7106877876e0d7483"))
|
|
||||||
(package
|
(package
|
||||||
(name "grimblast")
|
(name "grimblast")
|
||||||
(version (git-version "0" revision commit))
|
(version "0.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/hyprwm/contrib")
|
(url "https://github.com/hyprwm/contrib")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jhjjblklqnz601ic58bl0x550d1rkyaqdmydhqzx3k2bc2mnjk7"))))
|
"0ld0sj7ahf9jf8cqzbqkhj3m2w60027ixic24ih26nwy90b5qjwx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ;no tests
|
(list #:tests? #f ;no tests
|
||||||
@ -230,4 +227,4 @@ customization, and more.")
|
|||||||
(home-page "https://github.com/hyprwm/contrib")
|
(home-page "https://github.com/hyprwm/contrib")
|
||||||
(synopsis "Hyprland version of Grimshot")
|
(synopsis "Hyprland version of Grimshot")
|
||||||
(description "A Hyprland version of Grimshot.")
|
(description "A Hyprland version of Grimshot.")
|
||||||
(license license:expat))))
|
(license license:expat)))
|
||||||
|
Loading…
Reference in New Issue
Block a user