me
/
guix
Archived
1
0
Fork 0

gnu: quantlib: Update to 1.26.

* gnu/packages/finance.scm (quantlib): Update to 1.26.
master
Tobias Geerinckx-Rice 2022-05-29 02:00:01 +02:00
parent 5c6808748d
commit ed15c92139
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1806,7 +1806,7 @@ editing on the Web.")
(define-public quantlib (define-public quantlib
(package (package
(name "quantlib") (name "quantlib")
(version "1.24") (version "1.26")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1814,7 +1814,7 @@ editing on the Web.")
"https://github.com/lballabio/QuantLib/releases/download/QuantLib-v" "https://github.com/lballabio/QuantLib/releases/download/QuantLib-v"
version "/QuantLib-" version ".tar.gz")) version "/QuantLib-" version ".tar.gz"))
(sha256 (sha256
(base32 "1rxjhkc32a8z0g5gmh0iw5nx0fr31cjsrfgq7c8g6nib003kgnnx")))) (base32 "1sbk6rg51x5xpa93xmqmrj32a1l9vba51xck0017cxzblg0nrzh4"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags