mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +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 @@ languages like Fortran.")
|
||||||
(define-public julia-paddedviews
|
(define-public julia-paddedviews
|
||||||
(package
|
(package
|
||||||
(name "julia-paddedviews")
|
(name "julia-paddedviews")
|
||||||
(version "0.5.8")
|
(version "0.5.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4224,7 +4224,7 @@ languages like Fortran.")
|
||||||
(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 "0ran2vj6ahlzib0g77y7g0jhavy3k9s2mqq23ybpgp9z677wf26h"))))
|
(base32 "1835q06g6ymqh1k7625ssahwm46j08370v2inb61y1lw8vd99f3x"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list julia-offsetarrays))
|
(list julia-offsetarrays))
|
||||||
|
|
Loading…
Add table
Reference in a new issue