gnu: units: Update to 2.23.
* gnu/packages/maths.scm (units): Update to 2.23. Change-Id: Ia1b3df68c125631255cb3d28d2bf55d3148ee462 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
b13747e977
commit
b1a74ee76e
@ -425,13 +425,13 @@ programming language.")
|
||||
(define-public units
|
||||
(package
|
||||
(name "units")
|
||||
(version "2.22")
|
||||
(version "2.23")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/units/units-" version
|
||||
".tar.gz"))
|
||||
(sha256 (base32
|
||||
"0j2q2a9sgldqwcifsnb7qagsmp8fvj91vfh6v4k7gzi1fwhf24sx"))))
|
||||
"0w3kl58y7fq9paaq8ayn5gwylc4n8jbk6lf42kkcj9ar4i8v8myr"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("readline" ,readline)
|
||||
|
Loading…
Reference in New Issue
Block a user