gnu: xaos: Update to 4.3.3.

* gnu/packages/maths.scm (xaos): Update to 4.3.3.

Change-Id: I6ff66c937320b081e60ed05f334c99de7e2b2713
This commit is contained in:
Artyom V. Poptsov 2025-01-15 22:57:59 +03:00
parent 9d7a9b6dc6
commit c5d1de3028
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -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 @@ (define-public wcalc
(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 @@ (define-public xaos
(file-name (git-file-name name version))
(sha256
(base32
"0a5n3g1xcsd8k65q5skm4xsdllr3mmkahh4vi59db1l0jv81v06q"))))
"0imq6rvvjwjgmrfr25yr5lmhmqr4s6a5174jhah90mhf7pb62j0i"))))
(build-system gnu-build-system)
(native-inputs `(("gettext" ,gettext-minimal)
("qtbase" ,qtbase)