mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: julia-arraylayouts: Update to 0.7.6.
* gnu/packages/julia-xyz.scm (julia-arraylayouts): Update to 0.7.6.
This commit is contained in:
parent
d13e8acb9f
commit
2024605041
1 changed files with 2 additions and 2 deletions
|
@ -181,7 +181,7 @@ (define-public julia-arrayinterface
|
|||
(define-public julia-arraylayouts
|
||||
(package
|
||||
(name "julia-arraylayouts")
|
||||
(version "0.7.3")
|
||||
(version "0.7.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -190,7 +190,7 @@ (define-public julia-arraylayouts
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0ri05xhfrj2909c6yy09qm6zi8v8s5fvmbbwbg8qgjq0yxnviw32"))))
|
||||
(base32 "05q62pks8j23pgbrfny072rrwzrz6q19l68srnjxxv39ncmdmrvg"))))
|
||||
(build-system julia-build-system)
|
||||
(propagated-inputs
|
||||
`(("julia-fillarrays" ,julia-fillarrays)))
|
||||
|
|
Loading…
Reference in a new issue