me
/
guix
Archived
1
0
Fork 0

gnu: julia-chainrulestestutils: Update to 0.6.11.

* gnu/packages/julia-xyz.scm (julia-chainrulestestutils): Update to 0.6.11.
master
Efraim Flashner 2021-05-18 20:34:16 +03:00
parent 7308308c44
commit 7bb000ec05
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -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)