gnu: units: Update to 2.22.

* gnu/packages/maths.scm (units): Update to 2.22.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Mike Swanson 2022-09-29 20:26:35 -07:00 committed by Efraim Flashner
parent 1df3af9bdf
commit 77bcdb7439
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -368,13 +368,13 @@ (define-public python-cvxopt
(define-public units
(package
(name "units")
(version "2.21")
(version "2.22")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/units/units-" version
".tar.gz"))
(sha256 (base32
"1bybhqs4yrly9myb5maz3kdmf8k4fhk2m1d5cbcryn40z6lq0gkc"))))
"0j2q2a9sgldqwcifsnb7qagsmp8fvj91vfh6v4k7gzi1fwhf24sx"))))
(build-system gnu-build-system)
(inputs
`(("readline" ,readline)