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 (define-public units
(package (package
(name "units") (name "units")
(version "2.21") (version "2.22")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/units/units-" version (uri (string-append "mirror://gnu/units/units-" version
".tar.gz")) ".tar.gz"))
(sha256 (base32 (sha256 (base32
"1bybhqs4yrly9myb5maz3kdmf8k4fhk2m1d5cbcryn40z6lq0gkc")))) "0j2q2a9sgldqwcifsnb7qagsmp8fvj91vfh6v4k7gzi1fwhf24sx"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("readline" ,readline) `(("readline" ,readline)