diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-17 22:20:50 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-17 22:21:22 +0100 |
commit | 1b16727c18c926eb1bb69dffb55e5074f5c3a0a8 (patch) | |
tree | 978c2b77ef770ce40500116764d6ca27bb31e816 /gnu | |
parent | 735093e52125e61a6e94c03d066cd68e8ab240a3 (diff) |
gnu: units: Update to 2.21.
* gnu/packages/maths.scm (units): Update to 2.21.
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 c4c30483d5..d3f3539e26 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -307,13 +307,13 @@ programming language.") (define-public units (package (name "units") - (version "2.19") + (version "2.21") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/units/units-" version ".tar.gz")) (sha256 (base32 - "0mk562g7dnidjgfgvkxxpvlba66fh1ykmfd9ylzvcln1vxmi6qj2")))) + "1bybhqs4yrly9myb5maz3kdmf8k4fhk2m1d5cbcryn40z6lq0gkc")))) (build-system gnu-build-system) (inputs `(("readline" ,readline) |