update aquamarine 0.5.0
This commit is contained in:
parent
7f6febcaec
commit
7e8949236b
1 changed files with 4 additions and 4 deletions
|
@ -193,7 +193,7 @@ for c++.")
|
|||
(define-public hyprutils
|
||||
(package
|
||||
(name "hyprutils")
|
||||
(version "0.2.5")
|
||||
(version "0.2.6")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -202,7 +202,7 @@ for c++.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"13fi64ch0d0p2ss0xw7b8axsrsp9p3ckylx866kp17brd0dzvvs8"))))
|
||||
"0scrfky9hkzhbyj5aji6qvi4b6ydf4g7sk0cknkpd7dg0zv8x5zq"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments (list #:tests? #f))
|
||||
(native-inputs (list gcc-13 pkg-config pixman))
|
||||
|
@ -215,7 +215,7 @@ for c++.")
|
|||
(define-public aquamarine
|
||||
(package
|
||||
(name "aquamarine")
|
||||
(version "0.4.5")
|
||||
(version "0.5.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -224,7 +224,7 @@ for c++.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"10wkyycxwahc0n3xczp7pi63823997qpm8x7z2sfqymda9ckl6d6"))))
|
||||
"0rvf0vizm1x7w16nkinac7qh9lijxkyswsywksingfrw5k56ng6l"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:cmake cmake-3.30
|
||||
|
|
Loading…
Reference in a new issue