gnu: hmat: Update to 1.10.0.

* gnu/packages/maths.scm (hmat): Update to 1.10.0.

Change-Id: Ibb98d112b3ff929845f839ac0373156145dc1603
This commit is contained in:
Vinicius Monego 2025-06-19 22:25:07 -03:00
parent 959ba2339f
commit dae12e17d7
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -1481,7 +1481,7 @@ plotting engine by third-party applications like Octave.")
(define-public hmat (define-public hmat
(package (package
(name "hmat") (name "hmat")
(version "1.9.0") (version "1.10.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1490,7 +1490,7 @@ plotting engine by third-party applications like Octave.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0ssjzf3sdhn80w03bhp694s413222cl0100bf36mx70q3a1b6vi5")))) "1cdaq5j2gknar7hcycll1ra9f0pqvri1bqsj0nf21kc4j2ynaw8s"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
;; Examples are the tests. ;; Examples are the tests.