summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtyom V. Poptsov <[email protected]>2025-01-15 22:57:59 +0300
committerArtyom V. Poptsov <[email protected]>2025-01-15 22:58:32 +0300
commitc5d1de30284859e8aff3dc29eb6a54f1d5cdf3b4 (patch)
treefbae270815c88f166fd264be2ba07bbf1b6131f6
parent9d7a9b6dc655ec6dd3cdb6f50fea1ca98f12fb8d (diff)
gnu: xaos: Update to 4.3.3.
* gnu/packages/maths.scm (xaos): Update to 4.3.3. Change-Id: I6ff66c937320b081e60ed05f334c99de7e2b2713
-rw-r--r--gnu/packages/maths.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 106a59c23b..42253ab280 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -65,7 +65,7 @@
;;; Copyright © 2023 David Elsing <[email protected]>
;;; Copyright © 2024 Herman Rimm <[email protected]>
;;; Copyright © 2024 Foundation Devices, Inc. <[email protected]>
-;;; Copyright © 2024 Artyom V. Poptsov <[email protected]>
+;;; Copyright © 2024, 2025 Artyom V. Poptsov <[email protected]>
;;; Copyright © 2024 Zheng Junjie <[email protected]>
;;;
;;; This file is part of GNU Guix.
@@ -7390,7 +7390,7 @@ evaluates expressions using the standard order of operations.")
(define-public xaos
(package
(name "xaos")
- (version "4.3.2")
+ (version "4.3.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -7399,7 +7399,7 @@ evaluates expressions using the standard order of operations.")
(file-name (git-file-name name version))
(sha256
(base32
- "0a5n3g1xcsd8k65q5skm4xsdllr3mmkahh4vi59db1l0jv81v06q"))))
+ "0imq6rvvjwjgmrfr25yr5lmhmqr4s6a5174jhah90mhf7pb62j0i"))))
(build-system gnu-build-system)
(native-inputs `(("gettext" ,gettext-minimal)
("qtbase" ,qtbase)