guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: julia-nnlib: Update to 0.7.29.


From: guix-commits
Subject: 03/06: gnu: julia-nnlib: Update to 0.7.29.
Date: Fri, 8 Oct 2021 04:24:04 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 28f0a15be2d9ba13236d65a2a68fd0ebbfc59b11
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Oct 7 14:23:11 2021 +0300

    gnu: julia-nnlib: Update to 0.7.29.
    
    * gnu/packages/julia-xyz.scm (julia-nnlib): Update to 0.7.29.
---
 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 a387198..3009f46 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -2828,7 +2828,7 @@ interface to interact with these types.")
 (define-public julia-nnlib
   (package
     (name "julia-nnlib")
-    (version "0.7.25")
+    (version "0.7.29")
     (source
       (origin
         (method git-fetch)
@@ -2837,7 +2837,7 @@ interface to interact with these types.")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "0vp4kcn9ivkhmqgkyvnabcdqi6pv7ghbmjc1llkwv1kzhylyf86p"))))
+         (base32 "16vn5w5274kcywh1xp0zqjk5q10xrk125aznz5av6wifwrvghk8s"))))
     (build-system julia-build-system)
     (arguments
      `(#:tests? #f      ; Test suite not updated for ChainRulesTestUtils-1.0.



reply via email to

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