gnu: julia-zygote: Update to 0.6.17.
* gnu/packages/julia-xyz.scm (julia-zygote): Update to 0.6.17.
This commit is contained in:
parent
f6bc4657e1
commit
8d787994e5
1 changed files with 2 additions and 2 deletions
|
|
@ -4192,7 +4192,7 @@ Zygote, without depending on Zygote itself.")
|
||||||
(define-public julia-zygote
|
(define-public julia-zygote
|
||||||
(package
|
(package
|
||||||
(name "julia-zygote")
|
(name "julia-zygote")
|
||||||
(version "0.6.10")
|
(version "0.6.17")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
@ -4201,7 +4201,7 @@ Zygote, without depending on Zygote itself.")
|
||||||
(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 "0qqjzhiqghj07mab24b0n0h4xfzq8r1s9hccrmx1lwjkkskhc5f9"))))
|
(base32 "1cx66sp30s34ln6p0fpqk1ggjxfxg2gp8791zz3cl85dmk4dl14b"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;require CUDA, not packaged yet
|
`(#:tests? #f)) ;require CUDA, not packaged yet
|
||||||
|
|
|
||||||
Reference in a new issue