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 @@ automatic differentiation for its machine learning platform.")
|
||||||
(define-public julia-typedtables
|
(define-public julia-typedtables
|
||||||
(package
|
(package
|
||||||
(name "julia-typedtables")
|
(name "julia-typedtables")
|
||||||
(version "1.2.4")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3990,7 +3990,7 @@ automatic differentiation for its machine learning platform.")
|
||||||
(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 "06k5h7ybsh29b6kiy0p62rp9b2q3xi9jk8p9wf0kq907p5kvfnfy"))))
|
(base32 "0nk6zhqvl2r8yhjdhb59kxq0srd3vy4ysg4d8rszj9a43dnn3w3i"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("julia-adapt" ,julia-adapt)
|
`(("julia-adapt" ,julia-adapt)
|
||||||
|
|
Reference in a new issue