guix-commits
[Top][All Lists]
Advanced

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

04/19: gnu: julia-chainrulescore: Update to 0.9.43.


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

efraim pushed a commit to branch master
in repository guix.

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

    gnu: julia-chainrulescore: Update to 0.9.43.
    
    * gnu/packages/julia-xyz.scm (julia-chainrulescore): Update to 0.9.43.
---
 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 6c5e52a..1bca13b 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -207,7 +207,7 @@ execute forward-, reverse-, and mixed-mode primitives.")
 (define-public julia-chainrulescore
   (package
     (name "julia-chainrulescore")
-    (version "0.9.29")
+    (version "0.9.43")
     (source
      (origin
        (method git-fetch)
@@ -216,7 +216,7 @@ execute forward-, reverse-, and mixed-mode primitives.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1k0iayw39n1ikkkhvyi4498vsnzc94skqs41gnd15632gxjfvki4"))))
+        (base32 "12by6zcxv0ivpf0f22gc9i067360syda9m2lxk0rhypxq4smj8w4"))))
     (build-system julia-build-system)
     (inputs                             ;required for tests
      `(("julia-benchmarktools" ,julia-benchmarktools)



reply via email to

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