me
/
guix
Archived
1
0
Fork 0

gnu: julia-arrayinterface: Update to 3.1.19.

* gnu/packages/julia-xyz.scm (julia-arrayinterface): Update to 3.1.19.
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
1 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ provides functions to run a few automatable checks for Julia packages.")
(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 @@ provides functions to run a few automatable checks for Julia packages.")
(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)