mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: julia-blockarrays: Update to 0.16.3.
* gnu/packages/julia-xyz.scm (julia-blockarrays): Update to 0.16.3.
This commit is contained in:
parent
ad8c40407c
commit
f0398a070b
1 changed files with 2 additions and 2 deletions
|
@ -283,7 +283,7 @@ (define-public julia-benchmarktools
|
||||||
(define-public julia-blockarrays
|
(define-public julia-blockarrays
|
||||||
(package
|
(package
|
||||||
(name "julia-blockarrays")
|
(name "julia-blockarrays")
|
||||||
(version "0.15.3")
|
(version "0.16.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -292,7 +292,7 @@ (define-public julia-blockarrays
|
||||||
(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 "15nd493bfkx92ihnr8dj8mb155dj44iqw266igv0qr5q0wad2bfr"))))
|
(base32 "1f9pnnfv97vww2dxklpx8pa2k85fw2l3pzsj7n28nws1xlwnj96c"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("julia-arraylayouts" ,julia-arraylayouts)
|
`(("julia-arraylayouts" ,julia-arraylayouts)
|
||||||
|
|
Loading…
Reference in a new issue