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:
Efraim Flashner 2022-12-13 21:54:43 +02:00
parent 8bc31f951b
commit cb1f6878c1
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -5265,7 +5265,7 @@ (define-public julia-sortingalgorithms
(define-public julia-specialfunctions
(package
(name "julia-specialfunctions")
(version "1.6.0")
(version "1.8.7")
(source
(origin
(method git-fetch)
@ -5274,12 +5274,13 @@ (define-public julia-specialfunctions
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0nfpnglx7zl9g20w2mgfkg17hcw9ri0shaq2rwplj0ij5pwz8yf0"))))
(base32 "0shlgx9lkbjb1awdf5lrbkq06bmkyahc92qay2a049b4lvqrhj7a"))))
(build-system julia-build-system)
(inputs
(list julia-chainrulestestutils))
(propagated-inputs
(list julia-chainrulescore
julia-irrationalconstants
julia-logexpfunctions
julia-openspecfun-jll))
(home-page "https://github.com/JuliaMath/SpecialFunctions.jl")