diff options
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 |