mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: aquamarine: Update to 0.8.0.
* gnu/packages/xdisorg.scm (aquamarine): Update to 0.8.0. Change-Id: I206bcaa0af1d1ef8a456f49f831a89513fa22733
This commit is contained in:
parent
2cfd686936
commit
2857e62f42
1 changed files with 2 additions and 2 deletions
|
|
@ -242,7 +242,7 @@ command line, without displaying a keyboard at all.")
|
|||
(define-public aquamarine
|
||||
(package
|
||||
(name "aquamarine")
|
||||
(version "0.7.2")
|
||||
(version "0.8.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -251,7 +251,7 @@ command line, without displaying a keyboard at all.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vzbhz3mpln6ikg15cawr3ji3yiv86lxcy23gm4c0bdpr3hq7mcm"))))
|
||||
"01lmzmb5bzphichbyim7iy04405af5mqcqf8ki3if4wdxkdmbfn9"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:cmake cmake-3.30
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue