mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: julia-arrayinterface: Update to 3.1.19.
* gnu/packages/julia-xyz.scm (julia-arrayinterface): Update to 3.1.19.
This commit is contained in:
parent
bfd92c357a
commit
7067111296
1 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@ (define-public julia-aqua
|
|||
(define-public julia-arrayinterface
|
||||
(package
|
||||
(name "julia-arrayinterface")
|
||||
(version "3.1.17")
|
||||
(version "3.1.19")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -130,7 +130,7 @@ (define-public julia-arrayinterface
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1yfl7wsciqm8ggfs6grxdrvpkxniy4c63d05f65v2j0c55z8a6mn"))))
|
||||
(base32 "0cmldnzvdgmfnrnrzgj6v1mfr2rvk5096392rwmhd3iyx7v0pq33"))))
|
||||
(build-system julia-build-system)
|
||||
(propagated-inputs
|
||||
`(("julia-ifelse" ,julia-ifelse)
|
||||
|
|
Loading…
Reference in a new issue