mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: julia-blockarrays: Update to 0.16.8.
* gnu/packages/julia-xyz.scm (julia-blockarrays): Update to 0.16.8.
This commit is contained in:
parent
2024605041
commit
d038196036
1 changed files with 2 additions and 2 deletions
|
@ -307,7 +307,7 @@ (define-public julia-benchmarktools
|
|||
(define-public julia-blockarrays
|
||||
(package
|
||||
(name "julia-blockarrays")
|
||||
(version "0.16.3")
|
||||
(version "0.16.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -316,7 +316,7 @@ (define-public julia-blockarrays
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1f9pnnfv97vww2dxklpx8pa2k85fw2l3pzsj7n28nws1xlwnj96c"))))
|
||||
(base32 "1by26036fk9mawmcgqxpwizgbs398v9p6vrbsgg7h6llqn3q9iw1"))))
|
||||
(build-system julia-build-system)
|
||||
(propagated-inputs
|
||||
`(("julia-arraylayouts" ,julia-arraylayouts)
|
||||
|
|
Loading…
Reference in a new issue