mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: julia-specialfunctions: Update to 1.8.7.
* gnu/packages/julia-xyz.scm (julia-specialfunctions): Update to 1.8.7. [propagated-inputs]: Add julia-irrationalconstants.
This commit is contained in:
parent
8bc31f951b
commit
cb1f6878c1
1 changed files with 3 additions and 2 deletions
|
@ -5265,7 +5265,7 @@ (define-public julia-sortingalgorithms
|
||||||
(define-public julia-specialfunctions
|
(define-public julia-specialfunctions
|
||||||
(package
|
(package
|
||||||
(name "julia-specialfunctions")
|
(name "julia-specialfunctions")
|
||||||
(version "1.6.0")
|
(version "1.8.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5274,12 +5274,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 "0nfpnglx7zl9g20w2mgfkg17hcw9ri0shaq2rwplj0ij5pwz8yf0"))))
|
(base32 "0shlgx9lkbjb1awdf5lrbkq06bmkyahc92qay2a049b4lvqrhj7a"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list julia-chainrulestestutils))
|
(list julia-chainrulestestutils))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list julia-chainrulescore
|
(list julia-chainrulescore
|
||||||
|
julia-irrationalconstants
|
||||||
julia-logexpfunctions
|
julia-logexpfunctions
|
||||||
julia-openspecfun-jll))
|
julia-openspecfun-jll))
|
||||||
(home-page "https://github.com/JuliaMath/SpecialFunctions.jl")
|
(home-page "https://github.com/JuliaMath/SpecialFunctions.jl")
|
||||||
|
|
Loading…
Reference in a new issue