Archived
1
0
Fork 0

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:
Efraim Flashner 2021-10-07 14:23:11 +03:00
parent d6bebca94d
commit 28f0a15be2
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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.