me
/
guix
Archived
1
0
Fork 0

gnu: julia-matrixfactorizations: Update to 0.8.4.

* gnu/packages/julia-xyz.scm (julia-matrixfactorizations): Update to 0.8.4.
Efraim Flashner 2021-07-29 14:14:03 +03:00
parent 5f432ed5a7
commit 3127f3731a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -2371,7 +2371,7 @@ comes from the fact that @code{M == map(f, A)}.")
(define-public julia-matrixfactorizations
(package
(name "julia-matrixfactorizations")
(version "0.8.3")
(version "0.8.4")
(source
(origin
(method git-fetch)
@ -2380,7 +2380,7 @@ comes from the fact that @code{M == map(f, A)}.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "14c6w1vhyf4pi4454pdp6ryczsxn9pgjg99fg9bkdj03xg5fsxb8"))))
(base32 "15zvcv2l4iqmjpnqjyx2kry7a85p652nbjy9pj3wq0piksqcz4jb"))))
(build-system julia-build-system)
(arguments
`(#:phases