gnu: julia-chainrules: Update to 1.1.0.
* gnu/packages/julia-xyz.scm (julia-chainrules): Update to 1.1.0.
This commit is contained in:
parent
228763316a
commit
4a79a39b1c
1 changed files with 2 additions and 2 deletions
|
@ -429,7 +429,7 @@ variables, both with unordered (nominal variables) and ordered categories
|
||||||
(define-public julia-chainrules
|
(define-public julia-chainrules
|
||||||
(package
|
(package
|
||||||
(name "julia-chainrules")
|
(name "julia-chainrules")
|
||||||
(version "0.7.65")
|
(version "1.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -438,7 +438,7 @@ variables, both with unordered (nominal variables) and ordered categories
|
||||||
(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 "0697m5y5ryqnhw6cbk90rlydrxan2b308pzbl86qz4mzhypyk7yi"))))
|
(base32 "0if93pd3b3scg2x3gmk1cbwjk0ax1n792vy8c38y3xl7jpd5cb70"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(inputs ;required for test
|
(inputs ;required for test
|
||||||
`(("julia-chainrulestestutils" ,julia-chainrulestestutils)
|
`(("julia-chainrulestestutils" ,julia-chainrulestestutils)
|
||||||
|
|
Reference in a new issue