[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69497] [PATCH] gnu: units: Update to 2.23
From: |
Andy Tai |
Subject: |
[bug#69497] [PATCH] gnu: units: Update to 2.23 |
Date: |
Fri, 1 Mar 2024 22:15:20 -0800 |
* gnu/packages/maths.scm (units): Update to 2.23
Change-Id: Ia1b3df68c125631255cb3d28d2bf55d3148ee462
---
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 e88a74636b..47070ded15 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -425,13 +425,13 @@ (define-public python-cvxopt
(define-public units
(package
(name "units")
- (version "2.22")
+ (version "2.23")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/units/units-" version
".tar.gz"))
(sha256 (base32
- "0j2q2a9sgldqwcifsnb7qagsmp8fvj91vfh6v4k7gzi1fwhf24sx"))))
+ "0w3kl58y7fq9paaq8ayn5gwylc4n8jbk6lf42kkcj9ar4i8v8myr"))))
(build-system gnu-build-system)
(inputs
`(("readline" ,readline)
base-commit: 8c0282cf543fe205a5b89201cd7bb8889121a07c
--
2.34.1
- [bug#69497] [PATCH] gnu: units: Update to 2.23,
Andy Tai <=