diff options
author | Jakob Kirsch <[email protected]> | 2025-01-01 14:57:38 -0500 |
---|---|---|
committer | John Kehayias <[email protected]> | 2025-01-01 15:15:18 -0500 |
commit | 9a36d48e11c93b8d77abc62a3a1368d74671f681 (patch) | |
tree | b20412d71dd31513fc5555a197e2d786f9bf3232 /gnu | |
parent | 7e61bf78fa44299c6375f4577d1c5a02a8844596 (diff) |
gnu: aquamarine: Update to 0.5.1.
* gnu/packages/xdisorg.scm (aquamarine): Update to 0.5.1.
Signed-off-by: John Kehayias <[email protected]>
Change-Id: If5e5673f98329c1e95d06f99074bb9dca38d5ca3
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xdisorg.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 9a9a416def..ffbfd0fc3c 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -65,6 +65,7 @@ ;;; Copyright © 2024 Igor Goryachev <[email protected]> ;;; Copyright © 2024 Ashish SHUKLA <[email protected]> ;;; Copyright © 2024 Spencer Peters <[email protected]> +;;; Copyright © 2024 Jakob Kirsch <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -237,7 +238,7 @@ command line, without displaying a keyboard at all.") (define-public aquamarine (package (name "aquamarine") - (version "0.4.3") + (version "0.5.1") (source (origin (method git-fetch) (uri (git-reference @@ -246,7 +247,7 @@ command line, without displaying a keyboard at all.") (file-name (git-file-name name version)) (sha256 (base32 - "0x1zz1ywchs0awkjkvdgskgqnp6pz5lqwmgr8g0zc0i7inhyg1p3")))) + "0m4yjpdkp8czfn897376d0pjba3l5iwfj1b9rv44p37r7j8za6qv")))) (build-system cmake-build-system) (arguments (list #:cmake cmake-3.30 |