mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: hyprutils: Update to 0.8.4.
* gnu/packages/cpp.scm (hyprutils): Update to 0.8.4. Change-Id: I402726ee24dba2537035520d9765f73a4bad2c56 Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
086866f2f4
commit
d787830013
1 changed files with 2 additions and 2 deletions
|
@ -977,7 +977,7 @@ language used in Hyprland.")
|
||||||
(define-public hyprutils
|
(define-public hyprutils
|
||||||
(package
|
(package
|
||||||
(name "hyprutils")
|
(name "hyprutils")
|
||||||
(version "0.8.1")
|
(version "0.8.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -986,7 +986,7 @@ language used in Hyprland.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15iwcgm6v7y4cm8l9yh3aig31va5xifswm47bind90mac7srar0p"))))
|
"0rzx0anwb68qxrjinxrw1pvlzmjk2bsp79wgnkvg95sdmabxw451"))))
|
||||||
(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