guix-commits
[Top][All Lists]
Advanced

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

13/49: gnu: julia-zygote: Update to 0.6.17.


From: guix-commits
Subject: 13/49: gnu: julia-zygote: Update to 0.6.17.
Date: Thu, 29 Jul 2021 07:46:21 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 8d787994e551dd0bd2451bc09d6b10c0843c5e68
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 29 10:25:37 2021 +0300

    gnu: julia-zygote: Update to 0.6.17.
    
    * gnu/packages/julia-xyz.scm (julia-zygote): Update to 0.6.17.
---
 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 67afd19..9a538a5 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -4192,7 +4192,7 @@ Zygote, without depending on Zygote itself.")
 (define-public julia-zygote
   (package
     (name "julia-zygote")
-    (version "0.6.10")
+    (version "0.6.17")
     (source
      (origin
        (method git-fetch)
@@ -4201,7 +4201,7 @@ Zygote, without depending on Zygote itself.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0qqjzhiqghj07mab24b0n0h4xfzq8r1s9hccrmx1lwjkkskhc5f9"))))
+        (base32 "1cx66sp30s34ln6p0fpqk1ggjxfxg2gp8791zz3cl85dmk4dl14b"))))
     (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]