me
/
guix
Archived
1
0
Fork 0

gnu: quantlib: Update to 1.34.

* gnu/packages/finance.scm (quantlib): Update to 1.34.
[source]: Update URI.

Change-Id: Ic357e0fffba595d0591ef6fe290de1945a98cfc8
master
Vinicius Monego 2024-05-11 22:21:12 -03:00
parent 56a27b0539
commit 6249fbd6e8
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 3 additions and 3 deletions

View File

@ -2175,15 +2175,15 @@ editing on the Web.")
(define-public quantlib
(package
(name "quantlib")
(version "1.26")
(version "1.34")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/lballabio/QuantLib/releases/download/QuantLib-v"
"https://github.com/lballabio/QuantLib/releases/download/v"
version "/QuantLib-" version ".tar.gz"))
(sha256
(base32 "1sbk6rg51x5xpa93xmqmrj32a1l9vba51xck0017cxzblg0nrzh4"))))
(base32 "0l7yn9bal0csyix0ydzcfj003kma4sx7w5hyfxhh6mbnxn6am1zb"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags