gnu: julia-chainrulescore: Update to 0.9.43.
* gnu/packages/julia-xyz.scm (julia-chainrulescore): Update to 0.9.43.
This commit is contained in:
parent
a7a48355ca
commit
7308308c44
1 changed files with 2 additions and 2 deletions
|
@ -207,7 +207,7 @@ execute forward-, reverse-, and mixed-mode primitives.")
|
||||||
(define-public julia-chainrulescore
|
(define-public julia-chainrulescore
|
||||||
(package
|
(package
|
||||||
(name "julia-chainrulescore")
|
(name "julia-chainrulescore")
|
||||||
(version "0.9.29")
|
(version "0.9.43")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -216,7 +216,7 @@ execute forward-, reverse-, and mixed-mode primitives.")
|
||||||
(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 "1k0iayw39n1ikkkhvyi4498vsnzc94skqs41gnd15632gxjfvki4"))))
|
(base32 "12by6zcxv0ivpf0f22gc9i067360syda9m2lxk0rhypxq4smj8w4"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(inputs ;required for tests
|
(inputs ;required for tests
|
||||||
`(("julia-benchmarktools" ,julia-benchmarktools)
|
`(("julia-benchmarktools" ,julia-benchmarktools)
|
||||||
|
|
Reference in a new issue