gnu: units: Update to 2.12.

* gnu/packages/maths.scm (units): Update to 2.12.
This commit is contained in:
Efraim Flashner 2015-10-20 09:41:54 +03:00
parent d23c20f1d0
commit cbe9505778
1 changed files with 2 additions and 2 deletions

View File

@ -79,13 +79,13 @@
(define-public units (define-public units
(package (package
(name "units") (name "units")
(version "2.11") (version "2.12")
(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
"1gjs3wc212aaiq4r76hx9nl1h3fa39n0ljwl9420d6ixl3rdmdjk")))) "1jxvjknz2jhq773jrwx9gc1df3gfy73yqmkjkygqxzpi318yls3q"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(synopsis "Conversion between thousands of scales") (synopsis "Conversion between thousands of scales")
(description (description