guix_mirror_bot pushed a commit to branch master
in repository guix.

commit bcec0e51e34ca53cdc41403a7e81cffccb2d703e
Author: Murilo <[email protected]>
AuthorDate: Sat Nov 29 20:52:02 2025 -0300

    gnu: aquamarine: Update to 0.10.0.
    
    * gnu/packages/xdisorg.scm (aquamarine): Update to 0.10.0.
    
    Change-Id: Ic3b6d7ac9dcb7b40afb5c18fe55c17260ed0d8b5
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/xdisorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 289c36ac1a..29e93a5a75 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -381,7 +381,7 @@ command line, without displaying a keyboard at all.")
 (define-public aquamarine
   (package
     (name "aquamarine")
-    (version "0.9.5")
+    (version "0.10.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -390,7 +390,7 @@ command line, without displaying a keyboard at all.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1lxna15f46739wmz5h3iyz8xrmg63cly9a9p3k5jr4cznlfdip2h"))))
+                "082pkm8lj7gi9940fxmy787c2g6k3fyp966syslzhpay5a61cyay"))))
     (build-system cmake-build-system)
     (arguments
      (list ;; TODO: Figure out what's expected in the test environment.

Reply via email to