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:
Efraim Flashner 2021-07-29 14:13:57 +03:00
parent bfd92c357a
commit 7067111296
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -121,7 +121,7 @@ (define-public julia-aqua
(define-public julia-arrayinterface (define-public julia-arrayinterface
(package (package
(name "julia-arrayinterface") (name "julia-arrayinterface")
(version "3.1.17") (version "3.1.19")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -130,7 +130,7 @@ (define-public julia-arrayinterface
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1yfl7wsciqm8ggfs6grxdrvpkxniy4c63d05f65v2j0c55z8a6mn")))) (base32 "0cmldnzvdgmfnrnrzgj6v1mfr2rvk5096392rwmhd3iyx7v0pq33"))))
(build-system julia-build-system) (build-system julia-build-system)
(propagated-inputs (propagated-inputs
`(("julia-ifelse" ,julia-ifelse) `(("julia-ifelse" ,julia-ifelse)