From c5d1de30284859e8aff3dc29eb6a54f1d5cdf3b4 Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Wed, 15 Jan 2025 22:57:59 +0300 Subject: gnu: xaos: Update to 4.3.3. * gnu/packages/maths.scm (xaos): Update to 4.3.3. Change-Id: I6ff66c937320b081e60ed05f334c99de7e2b2713 --- gnu/packages/maths.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages') 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 ;;; Copyright © 2024 Herman Rimm ;;; Copyright © 2024 Foundation Devices, Inc. -;;; Copyright © 2024 Artyom V. Poptsov +;;; Copyright © 2024, 2025 Artyom V. Poptsov ;;; 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) -- cgit v1.2.3