gnu: units: Update to 2.16.

* gnu/packages/maths.scm (units): Update to 2.16.
master
Eric Bavier 2017-11-01 17:11:15 -05:00
parent 55ed15baba
commit f11d2849a1
No known key found for this signature in database
GPG Key ID: FD73CAC719D32566
1 changed files with 2 additions and 2 deletions

View File

@ -192,13 +192,13 @@ programming languages.")
(define-public units
(package
(name "units")
(version "2.14")
(version "2.16")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/units/units-" version
".tar.gz"))
(sha256 (base32
"1s421bxm36akjsy3qzg6da1d1g20gh094ac2slqxipgkh8yqjcwx"))))
"11hnp3gcmcc5kci2caxw4hs6m08h2mhqs3xzqq7iafx1ha2ggwyw"))))
(build-system gnu-build-system)
(synopsis "Conversion between thousands of scales")
(description