gnu: units: Update to 2.21.

* gnu/packages/maths.scm (units): Update to 2.21.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-17 22:20:50 +01:00
parent 735093e521
commit 1b16727c18
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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)