guix-commits
[Top][All Lists]
Advanced

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

05/19: gnu: julia-chainrulestestutils: Update to 0.6.11.


From: guix-commits
Subject: 05/19: gnu: julia-chainrulestestutils: Update to 0.6.11.
Date: Tue, 18 May 2021 13:42:12 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

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

    gnu: julia-chainrulestestutils: Update to 0.6.11.
    
    * gnu/packages/julia-xyz.scm (julia-chainrulestestutils): Update to 0.6.11.
---
 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 1bca13b..ee24981 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -232,7 +232,7 @@ sensitivities for functions without the need to depend on 
ChainRules itself.")
 (define-public julia-chainrulestestutils
   (package
     (name "julia-chainrulestestutils")
-    (version "0.6.4")
+    (version "0.6.11")
     (source
      (origin
        (method git-fetch)
@@ -241,7 +241,7 @@ sensitivities for functions without the need to depend on 
ChainRules itself.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1pzs947adnb3cx1qd0cxp2fidk9szz0zsqbas90z1lhydykkvkil"))))
+        (base32 "1nx2fzxhh3q8znnjfjbgf7776scszixmigwna3hvmdfixsk58x0i"))))
     (build-system julia-build-system)
     (propagated-inputs
      `(("julia-chainrulescore" ,julia-chainrulescore)



reply via email to

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