guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/19: gnu: julia-zygote: Update to 0.6.10.


From: guix-commits
Subject: 19/19: gnu: julia-zygote: Update to 0.6.10.
Date: Tue, 18 May 2021 13:42:17 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 25eca2d860740c433abf3391226c11a841ff83ef
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue May 18 20:34:18 2021 +0300

    gnu: julia-zygote: Update to 0.6.10.
    
    * gnu/packages/julia-xyz.scm (julia-zygote): Update to 0.6.10.
---
 gnu/packages/julia-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 1ff36ab..9d1c536 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -1458,7 +1458,7 @@ Zygote, without depending on Zygote itself.")
 (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 @@ Zygote, without depending on Zygote itself.")
              (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]