mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: julia-arraylayouts: Update to 0.7.3.
* gnu/packages/julia-xyz.scm (julia-arraylayouts): Update to 0.7.3.
This commit is contained in:
parent
7067111296
commit
01546260b8
1 changed files with 2 additions and 2 deletions
|
@ -157,7 +157,7 @@ (define-public julia-arrayinterface
|
||||||
(define-public julia-arraylayouts
|
(define-public julia-arraylayouts
|
||||||
(package
|
(package
|
||||||
(name "julia-arraylayouts")
|
(name "julia-arraylayouts")
|
||||||
(version "0.7.0")
|
(version "0.7.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -166,7 +166,7 @@ (define-public julia-arraylayouts
|
||||||
(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 "01725v4jp8h8zwn85splw907r206h1hnp205pchmzjin7h4659xz"))))
|
(base32 "0ri05xhfrj2909c6yy09qm6zi8v8s5fvmbbwbg8qgjq0yxnviw32"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("julia-fillarrays" ,julia-fillarrays)))
|
`(("julia-fillarrays" ,julia-fillarrays)))
|
||||||
|
|
Loading…
Reference in a new issue