gnu: julia-mutablearithmetics: Update to 1.4.6.

* gnu/packages/julia-xyz.scm (julia-mutablearithmetics): Update to 1.4.6.

Change-Id: I856a25789d453cb4edc2d5b39930ecdb51ab7713
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Spencer King 2024-09-26 20:57:09 +00:00 committed by Ludovic Courtès
parent 72dee8a040
commit 250de2bfd9
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -4372,7 +4372,7 @@ (define-public julia-muladdmacro
(define-public julia-mutablearithmetics
(package
(name "julia-mutablearithmetics")
(version "0.2.20")
(version "1.4.6")
(source
(origin
(method git-fetch)
@ -4381,10 +4381,16 @@ (define-public julia-mutablearithmetics
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1isyj8h4nx96cr6892d154v8pw1nhr7mjyz5bd6ffr2mkzb2bq4f"))))
(base32 "0wh4pvvzzs0l1q5h01004kq9k45n411330pw84gj8akcn7njn2z4"))))
(build-system julia-build-system)
(arguments
(list
#:julia-package-name "MutableArithmetics"
#:julia-package-uuid "d8a4904e-b15c-11e9-3269-09a3773c0cb0"
#:julia-package-dependencies
#~(list '("LinearAlgebra" . "37e2e46d-f89d-539d-b4ee-838fcccc9c8e")
'("SparseArrays" . "2f01184e-e22b-5df5-ae63-d93ebab69eaf")
'("Test" . "8dfed614-e22c-5e08-85e1-65c5234f0b40"))
#:phases
(if (target-x86-32?)
#~(modify-phases %standard-phases