diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-12-13 21:15:56 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-12-21 19:22:50 +0200 |
commit | 59eea190c6e0ec83babe8acfb7c8f527e8ff1772 (patch) | |
tree | 019e386a8b19b8f6347dc7d3a4a157f53293b238 | |
parent | c3aef63223757650985647fe13dd70fe1b80b0d3 (diff) |
gnu: julia-chainrulestestutils: Update to 1.5.1.
* gnu/packages/julia-xyz.scm (julia-chainrulestestutils): Update to 1.5.1.
-rw-r--r-- | gnu/packages/julia-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index d6e301c5e8..da18f01b47 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -812,7 +812,7 @@ sensitivities for functions without the need to depend on ChainRules itself.") (define-public julia-chainrulestestutils (package (name "julia-chainrulestestutils") - (version "1.2.3") + (version "1.5.1") (source (origin (method git-fetch) @@ -821,7 +821,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 "1vlkyp72d514gyb4k3yhjl1g7f24ncmz61j56p4sdi9f76rk9fx9")))) + (base32 "0vk7cpp049pjj7g5zqxr7djp5v0swhvhq3wvkxyw8m8xvqlnfncc")))) (build-system julia-build-system) (propagated-inputs (list julia-chainrulescore |