mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: julia-axisarrays: Update to 0.4.4.
* gnu/packages/julia-xyz.scm (julia-axisarrays): Update to 0.4.4.
This commit is contained in:
parent
01546260b8
commit
af3699492e
1 changed files with 2 additions and 2 deletions
|
@ -205,7 +205,7 @@ (define-public julia-axisalgorithms
|
|||
(define-public julia-axisarrays
|
||||
(package
|
||||
(name "julia-axisarrays")
|
||||
(version "0.4.3")
|
||||
(version "0.4.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -214,7 +214,7 @@ (define-public julia-axisarrays
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "079rj7wvh9ks293g2ih1yah5k0sg8wazw08z3vg2bxj4s16wr64p"))))
|
||||
(base32 "03kzan1lm4fxfhzv1xjg3ysf6y7nagcc61vfz15kvdrp1dqxlynk"))))
|
||||
(build-system julia-build-system)
|
||||
(propagated-inputs
|
||||
`(("julia-rangearrays" ,julia-rangearrays)
|
||||
|
|
Loading…
Reference in a new issue