nckx pushed a commit to branch master
in repository guix.
commit a27d172ee66472a255754bf88ae8fb4ce73ec9ad
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jul 23 02:00:00 2023 +0200
gnu: calc: Update to 2.14.2.1.
* gnu/packages/maths.scm (calc): Update to 2.14.2.1.
---
gnu/packages/maths.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index dd17141c28..65bf7d762b 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -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