GNU bug report logs -
#74683
[PATCH] gnu: units: Update to 2.24.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Wed, 4 Dec 2024 06:56:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/maths.scm (units): Update to 2.24.
Change-Id: I4c201729788dd1e2d98a981f47906d606663bbde
---
gnu/packages/maths.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index dd5c00c61a..c548a15ba7 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -423,13 +423,13 @@ (define-public qhull
(define-public units
(package
(name "units")
- (version "2.23")
+ (version "2.24")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/units/units-" version
".tar.gz"))
(sha256 (base32
- "0w3kl58y7fq9paaq8ayn5gwylc4n8jbk6lf42kkcj9ar4i8v8myr"))))
+ "00n9l329814nww1pnp9nlaas8lfvblpcf5j750lhpwmcvx72ql0y"))))
(build-system gnu-build-system)
(inputs
(list bash-minimal ;for wrap-program
base-commit: 2c700af42cbb17859a7d80807fef2000cab7f8ad
--
2.34.1
This bug report was last modified 241 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.