mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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
|
||||
(package
|
||||
(name "julia-blockarrays")
|
||||
(version "0.15.3")
|
||||
(version "0.16.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -292,7 +292,7 @@ (define-public julia-blockarrays
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "15nd493bfkx92ihnr8dj8mb155dj44iqw266igv0qr5q0wad2bfr"))))
|
||||
(base32 "1f9pnnfv97vww2dxklpx8pa2k85fw2l3pzsj7n28nws1xlwnj96c"))))
|
||||
(build-system julia-build-system)
|
||||
(propagated-inputs
|
||||
`(("julia-arraylayouts" ,julia-arraylayouts)
|
||||
|
|
Loading…
Reference in a new issue