diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 1ff36ab8fe..9d1c5369bc 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -1458,7 +1458,7 @@ (define-public julia-zygoterules (define-public julia-zygote (package (name "julia-zygote") - (version "0.6.4") + (version "0.6.10") (source (origin (method git-fetch) @@ -1467,7 +1467,7 @@ (define-public julia-zygote (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1h2ph0lsisbkh8y4xgwzgw9p5zi243q8zzp5gfh3zw9pzkx6a1rf")))) + (base32 "0qqjzhiqghj07mab24b0n0h4xfzq8r1s9hccrmx1lwjkkskhc5f9")))) (build-system julia-build-system) (arguments `(#:tests? #f)) ;require CUDA, not packaged yet