[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: quantlib: Update to 1.26.
From: |
guix-commits |
Subject: |
04/05: gnu: quantlib: Update to 1.26. |
Date: |
Sat, 4 Jun 2022 21:10:49 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit ed15c921395bebbe0b385ab41b1381b6ab23a42d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 29 02:00:01 2022 +0200
gnu: quantlib: Update to 1.26.
* gnu/packages/finance.scm (quantlib): Update to 1.26.
---
gnu/packages/finance.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index f2904d2106..85521556d7 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1806,7 +1806,7 @@ editing on the Web.")
(define-public quantlib
(package
(name "quantlib")
- (version "1.24")
+ (version "1.26")
(source
(origin
(method url-fetch)
@@ -1814,7 +1814,7 @@ editing on the Web.")
"https://github.com/lballabio/QuantLib/releases/download/QuantLib-v"
version "/QuantLib-" version ".tar.gz"))
(sha256
- (base32 "1rxjhkc32a8z0g5gmh0iw5nx0fr31cjsrfgq7c8g6nib003kgnnx"))))
+ (base32 "1sbk6rg51x5xpa93xmqmrj32a1l9vba51xck0017cxzblg0nrzh4"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags