mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: julia-typedtables: Update to 1.4.0.
* gnu/packages/julia-xyz.scm (julia-typedtables): Update to 1.4.0.
This commit is contained in:
parent
f5ec4cd9ac
commit
6bf32d1314
1 changed files with 2 additions and 2 deletions
|
@ -3981,7 +3981,7 @@ (define-public julia-tracker
|
|||
(define-public julia-typedtables
|
||||
(package
|
||||
(name "julia-typedtables")
|
||||
(version "1.2.4")
|
||||
(version "1.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3990,7 +3990,7 @@ (define-public julia-typedtables
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "06k5h7ybsh29b6kiy0p62rp9b2q3xi9jk8p9wf0kq907p5kvfnfy"))))
|
||||
(base32 "0nk6zhqvl2r8yhjdhb59kxq0srd3vy4ysg4d8rszj9a43dnn3w3i"))))
|
||||
(build-system julia-build-system)
|
||||
(propagated-inputs
|
||||
`(("julia-adapt" ,julia-adapt)
|
||||
|
|
Loading…
Reference in a new issue