[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/49: gnu: julia-chainrulescore: Update to 1.0.2.
From: |
guix-commits |
Subject: |
07/49: gnu: julia-chainrulescore: Update to 1.0.2. |
Date: |
Thu, 29 Jul 2021 07:46:19 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 038a7dd56b23164b8e54101218a58750b2a55069
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 29 10:25:36 2021 +0300
gnu: julia-chainrulescore: Update to 1.0.2.
* gnu/packages/julia-xyz.scm (julia-chainrulescore): Update to 1.0.2.
---
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 652060f..0296013 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -460,7 +460,7 @@ execute forward-, reverse-, and mixed-mode primitives.")
(define-public julia-chainrulescore
(package
(name "julia-chainrulescore")
- (version "0.9.43")
+ (version "1.0.2")
(source
(origin
(method git-fetch)
@@ -469,7 +469,7 @@ execute forward-, reverse-, and mixed-mode primitives.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "12by6zcxv0ivpf0f22gc9i067360syda9m2lxk0rhypxq4smj8w4"))))
+ (base32 "1866xv30h1bi7f2m993nljzf58wwmv8zlgn6ffn9j3wckch1nfpb"))))
(build-system julia-build-system)
(inputs ;required for tests
`(("julia-benchmarktools" ,julia-benchmarktools)
- branch master updated (74dad2c -> 4707ab2), guix-commits, 2021/07/29
- 02/49: gnu: julia-nnlib: Update to 0.7.25., guix-commits, 2021/07/29
- 03/49: gnu: julia-rotations: Update to 1.0.2-1.b599102., guix-commits, 2021/07/29
- 07/49: gnu: julia-chainrulescore: Update to 1.0.2.,
guix-commits <=
- 08/49: gnu: julia-chainrulestestutils: Update to 1.0.0., guix-commits, 2021/07/29
- 01/49: gnu: julia-tracker: Patch for julia-1.6., guix-commits, 2021/07/29
- 10/49: gnu: julia-staticarrays: Update to 1.2.8., guix-commits, 2021/07/29
- 12/49: gnu: julia-unitful: Update to 1.9.0., guix-commits, 2021/07/29
- 05/49: gnu: julia-specialfunctions: Update to 1.6.0., guix-commits, 2021/07/29
- 11/49: gnu: julia-tables: Update to 1.4.4., guix-commits, 2021/07/29
- 18/49: gnu: julia-arrayinterface: Update to 3.1.19., guix-commits, 2021/07/29
- 19/49: gnu: julia-arraylayouts: Update to 0.7.3., guix-commits, 2021/07/29
- 22/49: gnu: julia-benchmarktools: Update to 1.1.1., guix-commits, 2021/07/29
- 06/49: gnu: julia-chainrules: Update to 1.1.0., guix-commits, 2021/07/29