gnu: julia-nnlib: Update to 0.7.29.
* gnu/packages/julia-xyz.scm (julia-nnlib): Update to 0.7.29.
This commit is contained in:
parent
d6bebca94d
commit
28f0a15be2
1 changed files with 2 additions and 2 deletions
|
@ -2828,7 +2828,7 @@ interface to interact with these types.")
|
||||||
(define-public julia-nnlib
|
(define-public julia-nnlib
|
||||||
(package
|
(package
|
||||||
(name "julia-nnlib")
|
(name "julia-nnlib")
|
||||||
(version "0.7.25")
|
(version "0.7.29")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2837,7 +2837,7 @@ interface to interact with these types.")
|
||||||
(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 "0vp4kcn9ivkhmqgkyvnabcdqi6pv7ghbmjc1llkwv1kzhylyf86p"))))
|
(base32 "16vn5w5274kcywh1xp0zqjk5q10xrk125aznz5av6wifwrvghk8s"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Test suite not updated for ChainRulesTestUtils-1.0.
|
`(#:tests? #f ; Test suite not updated for ChainRulesTestUtils-1.0.
|
||||||
|
|
Reference in a new issue