gnu: calc: Update to 2.14.2.1.
* gnu/packages/maths.scm (calc): Update to 2.14.2.1.master
parent
5d6d1dc8a4
commit
a27d172ee6
|
@ -265,14 +265,14 @@ interactive dialogs to guide them.")
|
||||||
(define-public calc
|
(define-public calc
|
||||||
(package
|
(package
|
||||||
(name "calc")
|
(name "calc")
|
||||||
(version "2.14.2.0")
|
(version "2.14.2.1")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append "http://www.isthe.com/chongo/src/calc/calc-"
|
(method url-fetch)
|
||||||
version ".tar.bz2"))
|
(uri (string-append "http://www.isthe.com/chongo/src/calc/calc-"
|
||||||
(sha256
|
version ".tar.bz2"))
|
||||||
(base32
|
(sha256
|
||||||
"0kg7cqhq70dlj7k8mrl0dbps1yvflfhri7c1gvm9nh4g2adlkxkf"))))
|
(base32 "1swalx3cxjcx4aprnchb2jf0wig89ggvxjzzzx488r115w58lxnr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list readline))
|
(inputs (list readline))
|
||||||
(native-inputs (list util-linux)) ; for col
|
(native-inputs (list util-linux)) ; for col
|
||||||
|
|
Reference in New Issue