gnu: quantlib: Update to 1.26.
* gnu/packages/finance.scm (quantlib): Update to 1.26.master
parent
5c6808748d
commit
ed15c92139
|
@ -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
|
||||||
|
|
Reference in New Issue