1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: aquamarine: Update to 0.9.5.

* gnu/packages/xdisorg.scm (aquamarine): Update to 0.9.5.

Change-Id: I740152a5d5303447a785b350eeddc52ea63c86a8
Signed-off-by: John Kehayias <john@guixotic.coop>
This commit is contained in:
Murilo
2025-10-04 12:49:20 -03:00
committed by John Kehayias
parent 0075516b60
commit 595e472a0f

View File

@@ -250,7 +250,7 @@ command line, without displaying a keyboard at all.")
(define-public aquamarine
(package
(name "aquamarine")
(version "0.9.4")
(version "0.9.5")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -259,7 +259,7 @@ command line, without displaying a keyboard at all.")
(file-name (git-file-name name version))
(sha256
(base32
"01z6acbj76szxb6s2wlh6v2cp9bkcaxpswqdr138wld5x6nqzrrw"))))
"1lxna15f46739wmz5h3iyz8xrmg63cly9a9p3k5jr4cznlfdip2h"))))
(build-system cmake-build-system)
(arguments
(list ;; TODO: Figure out what's expected in the test environment.