1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-28 21:20:29 +02:00

gnu: calc: Update to 2.14.2.1.

* gnu/packages/maths.scm (calc): Update to 2.14.2.1.
This commit is contained in:
Tobias Geerinckx-Rice
2023-07-23 02:00:00 +02:00
parent 5d6d1dc8a4
commit a27d172ee6

View File

@@ -265,14 +265,14 @@ interactive dialogs to guide them.")
(define-public calc
(package
(name "calc")
(version "2.14.2.0")
(source (origin
(method url-fetch)
(uri (string-append "http://www.isthe.com/chongo/src/calc/calc-"
version ".tar.bz2"))
(sha256
(base32
"0kg7cqhq70dlj7k8mrl0dbps1yvflfhri7c1gvm9nh4g2adlkxkf"))))
(version "2.14.2.1")
(source
(origin
(method url-fetch)
(uri (string-append "http://www.isthe.com/chongo/src/calc/calc-"
version ".tar.bz2"))
(sha256
(base32 "1swalx3cxjcx4aprnchb2jf0wig89ggvxjzzzx488r115w58lxnr"))))
(build-system gnu-build-system)
(inputs (list readline))
(native-inputs (list util-linux)) ; for col