mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: julia-paddedviews: Update to 0.5.11.
* gnu/packages/julia-xyz.scm (julia-paddedviews): Update to 0.5.11.
This commit is contained in:
parent
b1f31d4e47
commit
ff6d119829
1 changed files with 2 additions and 2 deletions
|
@ -4215,7 +4215,7 @@ (define-public julia-offsetarrays
|
|||
(define-public julia-paddedviews
|
||||
(package
|
||||
(name "julia-paddedviews")
|
||||
(version "0.5.8")
|
||||
(version "0.5.11")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4224,7 +4224,7 @@ (define-public julia-paddedviews
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0ran2vj6ahlzib0g77y7g0jhavy3k9s2mqq23ybpgp9z677wf26h"))))
|
||||
(base32 "1835q06g6ymqh1k7625ssahwm46j08370v2inb61y1lw8vd99f3x"))))
|
||||
(build-system julia-build-system)
|
||||
(propagated-inputs
|
||||
(list julia-offsetarrays))
|
||||
|
|
Loading…
Reference in a new issue