diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-18 05:45:26 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-18 17:35:47 +0100 |
commit | e3ede6fdad32c226301983376cf68efadd1094e7 (patch) | |
tree | 8571ea2b87356fe01f808d71943ee5b084df155c | |
parent | 478362c949eda7b397c971bd2a7eb502694dfc34 (diff) | |
download | guix-e3ede6fdad32c226301983376cf68efadd1094e7.tar.gz |
gnu: qd: Update to 2.3.23.
* gnu/packages/multiprecision.scm (qd): Update to 2.3.23.
-rw-r--r-- | gnu/packages/multiprecision.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/multiprecision.scm b/gnu/packages/multiprecision.scm index 9dbe8ee179..262f96f57e 100644 --- a/gnu/packages/multiprecision.scm +++ b/gnu/packages/multiprecision.scm @@ -222,14 +222,14 @@ error. Additionally, iRRAM uses the concept of multi-valued functions.") (define-public qd (package (name "qd") - (version "2.3.22") + (version "2.3.23") (source (origin (method url-fetch) (uri (string-append "https://crd-legacy.lbl.gov/~dhbailey/mpdist/qd-" version ".tar.gz")) (sha256 - (base32 "1lq609rsp6zpg7zda75lyxzzk1fabzp4jn88j7xfk84mdgjgzh9h")))) + (base32 "09pfd77rmy370hy7qdqw84z21y9zpl3fcwzf93rhiv0kwhfg9smk")))) (build-system gnu-build-system) (native-inputs (list gfortran)) |