diff options
author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2025-01-15 22:57:59 +0300 |
---|---|---|
committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2025-01-15 22:58:32 +0300 |
commit | c5d1de30284859e8aff3dc29eb6a54f1d5cdf3b4 (patch) | |
tree | fbae270815c88f166fd264be2ba07bbf1b6131f6 /gnu | |
parent | 9d7a9b6dc655ec6dd3cdb6f50fea1ca98f12fb8d (diff) |
gnu: xaos: Update to 4.3.3.
* gnu/packages/maths.scm (xaos): Update to 4.3.3.
Change-Id: I6ff66c937320b081e60ed05f334c99de7e2b2713
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/maths.scm | 6 |
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 <david.elsing@posteo.net> ;;; Copyright © 2024 Herman Rimm <herman@rimm.ee> ;;; Copyright © 2024 Foundation Devices, Inc. <hello@foundation.xyz> -;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com> +;;; Copyright © 2024, 2025 Artyom V. Poptsov <poptsov.artyom@gmail.com> ;;; Copyright © 2024 Zheng Junjie <873216071@qq.com> ;;; ;;; 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) |