diff options
| author | Andy Tai <atai@atai.org> | 2026-02-03 00:10:40 -0800 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 15:34:40 +0100 |
| commit | 0f291ac28eb0eb127e3f4058c8ff433c58baec68 (patch) | |
| tree | 332c2d0f9c25732668a6f60a6429677640eb654a /gnu | |
| parent | fcbfc559b104305fca44991492f472c5acc3b7ea (diff) | |
gnu: units: Update to 2.25.
* gnu/packages/maths.scm (units): Update to 2.25.
Change-Id: I9439366f66ff4e9bc37ee6f64bdb0b24d9ffedd2
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 7833b919896..554cdbb2760 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -502,13 +502,13 @@ triangulations.") (define-public units (package (name "units") - (version "2.24") + (version "2.25") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/units/units-" version ".tar.gz")) (sha256 (base32 - "00n9l329814nww1pnp9nlaas8lfvblpcf5j750lhpwmcvx72ql0y")))) + "02zclvjji25hsdriz4jwys5i21dbcmz3i4gap8266k8bq0xg9v9n")))) (build-system gnu-build-system) (inputs (list bash-minimal ;for wrap-program |
