guix-commits
[Top][All Lists]
Advanced

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

02/49: gnu: julia-nnlib: Update to 0.7.25.


From: guix-commits
Subject: 02/49: gnu: julia-nnlib: Update to 0.7.25.
Date: Thu, 29 Jul 2021 07:46:18 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 1cc36f5efeda8630af8c2fffde416b6c7a4391a2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 29 10:21:47 2021 +0300

    gnu: julia-nnlib: Update to 0.7.25.
    
    * gnu/packages/julia-xyz.scm (julia-nnlib): Update to 0.7.25.
    [arguments]: Skip tests.
---
 gnu/packages/julia-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 6206109..eaa08de 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -2611,7 +2611,7 @@ interface to interact with these types.")
 (define-public julia-nnlib
   (package
     (name "julia-nnlib")
-    (version "0.7.19")
+    (version "0.7.25")
     (source
       (origin
         (method git-fetch)
@@ -2620,10 +2620,11 @@ interface to interact with these types.")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "163v7hkmbxxgnq7qigmqjdqcdywi2njxbh54w8v0hf4bddnalbba"))))
+         (base32 "0vp4kcn9ivkhmqgkyvnabcdqi6pv7ghbmjc1llkwv1kzhylyf86p"))))
     (build-system julia-build-system)
     (arguments
-     `(#:phases
+     `(#:tests? #f      ; Test suite not updated for ChainRulesTestUtils-1.0.
+       #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'drop-cuda-support
            (lambda _



reply via email to

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