Archived
1
0
Fork 0

gnu: julia-logexpfunctions: Update to 0.3.17.

* gnu/packages/julia-xyz.scm (julia-logexpfunctions): Update to 0.3.17.
[propagated-inputs]: Add julia-chainrulescore, julia-changesofvariables,
julia-inversefunctions and julia-irrationalcontants.
[native-inputs]: Add julia-chainrulestestutils.
This commit is contained in:
Efraim Flashner 2022-12-12 22:26:48 +02:00
parent 615d8b08ee
commit 8a2731ac94
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3467,7 +3467,7 @@ implemented in Julia.")
(define-public julia-logexpfunctions (define-public julia-logexpfunctions
(package (package
(name "julia-logexpfunctions") (name "julia-logexpfunctions")
(version "0.2.4") (version "0.3.17")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3476,12 +3476,17 @@ implemented in Julia.")
(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 "0rvms3mmq8a1viqlyzdgs2ccddcy6j0c677dlb8m5nk6hkiwr16n")))) (base32 "0272c1256r42y6g4wsjmgpwcl5s7z98b8sfmyycckqf0zp5dzxg4"))))
(build-system julia-build-system) (build-system julia-build-system)
(propagated-inputs (propagated-inputs
(list julia-docstringextensions)) (list julia-chainrulescore
julia-changesofvariables
julia-docstringextensions
julia-inversefunctions
julia-irrationalconstants))
(native-inputs (native-inputs
(list julia-offsetarrays)) (list julia-chainrulestestutils
julia-offsetarrays))
(home-page "https://github.com/JuliaStats/LogExpFunctions.jl") (home-page "https://github.com/JuliaStats/LogExpFunctions.jl")
(synopsis "Special functions based on @code{log} and @code{exp}") (synopsis "Special functions based on @code{log} and @code{exp}")
(description "Various special functions based on log and exp moved from (description "Various special functions based on log and exp moved from