gnu: julia-quadgk: Update to 2.5.0.

* gnu/packages/julia-xyz.scm (julia-quadgk): Update to 2.5.0.
This commit is contained in:
Efraim Flashner 2023-02-07 17:35:30 +02:00
parent e16158ddd0
commit 213073ee26
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4591,7 +4591,7 @@ (define-public julia-pyplot
(define-public julia-quadgk
(package
(name "julia-quadgk")
(version "2.4.1")
(version "2.5.0")
(source
(origin
(method git-fetch)
@ -4600,7 +4600,7 @@ (define-public julia-quadgk
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1hy0629yai6xflgxaflk9764lzr1lzhlghimxk1aqi212q9c6n33"))))
(base32 "0f14dhn0f7ln2j96qvmnsyy9ffzqsngd16ikc136snlxv4k4whiv"))))
(build-system julia-build-system)
(propagated-inputs
(list julia-datastructures))