guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f669f85effe2726c2518c9d42de4f2e1a1f11f0b
Author: Murilo <mur...@disroot.org>
AuthorDate: Tue Jul 22 14:01:04 2025 -0300

    gnu: aquamarine: Update to 0.9.2.
    
    * gnu/packages/xdisorg.scm (aquamarine): Update to 0.9.2.
    [native-inputs]: Change gcc-14 to gcc-15.
    
    Signed-off-by: John Kehayias <john.kehay...@protonmail.com>
---
 gnu/packages/xdisorg.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index d908d7eb95..b8cd4325b7 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -249,7 +249,7 @@ command line, without displaying a keyboard at all.")
 (define-public aquamarine
   (package
     (name "aquamarine")
-    (version "0.8.0")
+    (version "0.9.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -258,14 +258,14 @@ command line, without displaying a keyboard at all.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "01lmzmb5bzphichbyim7iy04405af5mqcqf8ki3if4wdxkdmbfn9"))))
+                "0cwbd9cdbg40frhircwfbaxdqh11s8jqq9dqy228j9zvb27y2b72"))))
     (build-system cmake-build-system)
     (arguments
      (list #:cmake cmake-next
            ;; TODO: Figure out what's expected in the test environment.
            #:tests? #f))
     (native-inputs
-     (list gcc-14 hyprwayland-scanner pkg-config))
+     (list gcc-15 hyprwayland-scanner pkg-config))
     (inputs
      (list eudev
            hwdata

Reply via email to