gnu: julia-chainrulestestutils: Update to 1.5.1.
* gnu/packages/julia-xyz.scm (julia-chainrulestestutils): Update to 1.5.1.
parent
c3aef63223
commit
59eea190c6
|
@ -812,7 +812,7 @@ sensitivities for functions without the need to depend on ChainRules itself.")
|
||||||
(define-public julia-chainrulestestutils
|
(define-public julia-chainrulestestutils
|
||||||
(package
|
(package
|
||||||
(name "julia-chainrulestestutils")
|
(name "julia-chainrulestestutils")
|
||||||
(version "1.2.3")
|
(version "1.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -821,7 +821,7 @@ sensitivities for functions without the need to depend on ChainRules itself.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vlkyp72d514gyb4k3yhjl1g7f24ncmz61j56p4sdi9f76rk9fx9"))))
|
(base32 "0vk7cpp049pjj7g5zqxr7djp5v0swhvhq3wvkxyw8m8xvqlnfncc"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list julia-chainrulescore
|
(list julia-chainrulescore
|
||||||
|
|
Reference in New Issue