mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: julia-fillarrays: Update to 0.12.1.
* gnu/packages/julia-xyz.scm (julia-fillarrays): Update to 0.12.1.
This commit is contained in:
parent
231387c3bb
commit
ebd7ca3f4b
1 changed files with 2 additions and 2 deletions
|
@ -1242,7 +1242,7 @@ (define-public julia-filepathsbase
|
|||
(define-public julia-fillarrays
|
||||
(package
|
||||
(name "julia-fillarrays")
|
||||
(version "0.11.7")
|
||||
(version "0.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1251,7 +1251,7 @@ (define-public julia-fillarrays
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1q1qn9pb5dmppddnmf8gggdqyvivqh3ffvbblhn37smcf9r5sy7d"))))
|
||||
(base32 "1va8vvcxbxcy5xp487hdqfp0ps3m8q0819xrxygsf5135azp3qrh"))))
|
||||
(build-system julia-build-system)
|
||||
(inputs ;required by tests
|
||||
`(("julia-staticarrays" ,julia-staticarrays)))
|
||||
|
|
Loading…
Reference in a new issue