mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-09 21:19:33 +01:00
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:
parent
e16158ddd0
commit
213073ee26
1 changed files with 2 additions and 2 deletions
|
@ -4591,7 +4591,7 @@ Julia with little or no overhead (arrays are passed without making a copy).")
|
|||
(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 @@ Julia with little or no overhead (arrays are passed without making a copy).")
|
|||
(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))
|
||||
|
|
Loading…
Add table
Reference in a new issue