gnu: units: Update to 2.19.

* gnu/packages/maths.scm (units): Update to 2.19.
master
Ludovic Courtès 2019-06-15 18:29:58 +02:00
parent a59902ff11
commit 494a8cd03a
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -290,13 +290,13 @@ programming language.")
(define-public units
(package
(name "units")
(version "2.18")
(version "2.19")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/units/units-" version
".tar.gz"))
(sha256 (base32
"0y26kj349i048y4z3xrk90bvciw2j6ds3rka7r7yn3183hirr5b4"))))
"0mk562g7dnidjgfgvkxxpvlba66fh1ykmfd9ylzvcln1vxmi6qj2"))))
(build-system gnu-build-system)
(inputs
`(("readline" ,readline)