diff options
author | Jakob Kirsch <jakob.kirsch@web.de> | 2025-01-01 14:57:38 -0500 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-01-01 15:15:18 -0500 |
commit | 9a36d48e11c93b8d77abc62a3a1368d74671f681 (patch) | |
tree | b20412d71dd31513fc5555a197e2d786f9bf3232 | |
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 <john.kehayias@protonmail.com>
Change-Id: If5e5673f98329c1e95d06f99074bb9dca38d5ca3
-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 9a9a416def8..ffbfd0fc3cb 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -65,6 +65,7 @@ ;;; Copyright © 2024 Igor Goryachev <igor@goryachev.org> ;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se> ;;; Copyright © 2024 Spencer Peters <spencerpeters@protonmail.com> +;;; Copyright © 2024 Jakob Kirsch <jakob.kirsch@web.de> ;;; ;;; 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 |