mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: julia-chainrulescore: Update to 1.0.2.
* gnu/packages/julia-xyz.scm (julia-chainrulescore): Update to 1.0.2.
This commit is contained in:
parent
4a79a39b1c
commit
038a7dd56b
1 changed files with 2 additions and 2 deletions
|
@ -460,7 +460,7 @@ (define-public julia-chainrules
|
||||||
(define-public julia-chainrulescore
|
(define-public julia-chainrulescore
|
||||||
(package
|
(package
|
||||||
(name "julia-chainrulescore")
|
(name "julia-chainrulescore")
|
||||||
(version "0.9.43")
|
(version "1.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -469,7 +469,7 @@ (define-public julia-chainrulescore
|
||||||
(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 "12by6zcxv0ivpf0f22gc9i067360syda9m2lxk0rhypxq4smj8w4"))))
|
(base32 "1866xv30h1bi7f2m993nljzf58wwmv8zlgn6ffn9j3wckch1nfpb"))))
|
||||||
(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)
|
||||||
|
|
Loading…
Reference in a new issue