me
/
guix
Archived
1
0
Fork 0

gnu: qd: Update to 2.3.23.

* gnu/packages/multiprecision.scm (qd): Update to 2.3.23.
master
Tobias Geerinckx-Rice 2021-12-18 05:45:26 +01:00
parent 478362c949
commit e3ede6fdad
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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))