GNU bug report logs -
#77636
[PATCH] gnu: datamash: Update to 1.9.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Tue, 8 Apr 2025 11:55:02 UTC
Severity: normal
Tags: patch
Done: Z572 <z572 <at> z572.online>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/datamash.scm (datamesh): Update to 1.9.
Change-Id: I9fdfd1c755c74c98a84a943c7fc6a7e56f91c402
---
gnu/packages/datamash.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/datamash.scm b/gnu/packages/datamash.scm
index ac5094935ae..aae7e3c9857 100644
--- a/gnu/packages/datamash.scm
+++ b/gnu/packages/datamash.scm
@@ -35,7 +35,7 @@ (define-module (gnu packages datamash)
(define-public datamash
(package
(name "datamash")
- (version "1.8")
+ (version "1.9")
(source
(origin
(method url-fetch)
@@ -43,7 +43,7 @@ (define-public datamash
version ".tar.gz"))
(sha256
(base32
- "1zgn55gvf60w2rs5f7vx7vdp50j89ki7mmjvm81xs5pngs67xnbs"))))
+ "1ll7rfm2b8zdm1vlm3a32cr2kjbc1af8yx8z2rwxc3b50gdfp0pk"))))
(native-inputs
(list which ;for tests
perl)) ;for help2man
base-commit: 111aacf22fdc0314f41b737106ad70c1899a58e7
--
2.43.0
This bug report was last modified 38 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.