guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: julia-chainrulestestutils: Update to 1.2.3.


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

efraim pushed a commit to branch master
in repository guix.

commit 58927767b81b7626f130760ce4ba1905421f2983
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Oct 7 16:10:35 2021 +0300

    gnu: julia-chainrulestestutils: Update to 1.2.3.
    
    * gnu/packages/julia-xyz.scm (julia-chainrulestestutils): Update to 1.2.3.
---
 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 8bfd9d3..9acef07 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -509,7 +509,7 @@ sensitivities for functions without the need to depend on 
ChainRules itself.")
 (define-public julia-chainrulestestutils
   (package
     (name "julia-chainrulestestutils")
-    (version "1.0.0")
+    (version "1.2.3")
     (source
      (origin
        (method git-fetch)
@@ -518,7 +518,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 "07l4sjc7avmmp4v1dsym1jyb46q4jsvv7i0yzszf72gj8d9k6lwa"))))
+        (base32 "1vlkyp72d514gyb4k3yhjl1g7f24ncmz61j56p4sdi9f76rk9fx9"))))
     (build-system julia-build-system)
     (propagated-inputs
      `(("julia-chainrulescore" ,julia-chainrulescore)



reply via email to

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