mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: julia-specialfunctions: Update to 1.6.0.
* gnu/packages/julia-xyz.scm (julia-specialfunctions): Update to 1.6.0. [propagated-inputs]: Add julia-logexpfunctions.
This commit is contained in:
parent
226af89e58
commit
228763316a
1 changed files with 3 additions and 2 deletions
|
@ -3500,7 +3500,7 @@ (define-public julia-sortingalgorithms
|
||||||
(define-public julia-specialfunctions
|
(define-public julia-specialfunctions
|
||||||
(package
|
(package
|
||||||
(name "julia-specialfunctions")
|
(name "julia-specialfunctions")
|
||||||
(version "1.3.0")
|
(version "1.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3509,12 +3509,13 @@ (define-public julia-specialfunctions
|
||||||
(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 "1rfhrrkzi3ils7fklbn35ki1yp5x88fi71qknfwqyw4pk8cf8p80"))))
|
(base32 "0nfpnglx7zl9g20w2mgfkg17hcw9ri0shaq2rwplj0ij5pwz8yf0"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("julia-chainrulestestutils" ,julia-chainrulestestutils)))
|
`(("julia-chainrulestestutils" ,julia-chainrulestestutils)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("julia-chainrulescore" ,julia-chainrulescore)
|
`(("julia-chainrulescore" ,julia-chainrulescore)
|
||||||
|
("julia-logexpfunctions" ,julia-logexpfunctions)
|
||||||
("julia-openspecfun-jll" ,julia-openspecfun-jll)))
|
("julia-openspecfun-jll" ,julia-openspecfun-jll)))
|
||||||
(home-page "https://github.com/JuliaMath/SpecialFunctions.jl")
|
(home-page "https://github.com/JuliaMath/SpecialFunctions.jl")
|
||||||
(synopsis "Special mathematical functions")
|
(synopsis "Special mathematical functions")
|
||||||
|
|
Loading…
Reference in a new issue