diff options
author | Murilo <murilo@disroot.org> | 2025-07-22 14:01:04 -0300 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-07-23 12:56:28 -0400 |
commit | f669f85effe2726c2518c9d42de4f2e1a1f11f0b (patch) | |
tree | ba7b3387634720f994f3841e04cd93b68367c343 | |
parent | 64dea829553849a81b96dff5c98145d5581085a5 (diff) |
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.kehayias@protonmail.com>
-rw-r--r-- | gnu/packages/xdisorg.scm | 6 |
1 files 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 |