gnu: units: Update to 2.13.

* gnu/packages/maths.scm (units): Update to 2.13.
This commit is contained in:
Ludovic Courtès 2016-08-01 00:52:11 +02:00
parent ec91bcb500
commit 5e74529271
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -115,13 +115,13 @@ interactive dialogs to guide them.")
(define-public units (define-public units
(package (package
(name "units") (name "units")
(version "2.12") (version "2.13")
(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
"1jxvjknz2jhq773jrwx9gc1df3gfy73yqmkjkygqxzpi318yls3q")))) "1awhjw9zjlfb8s5g3yyx63f7ddfcr1sanlbxpqifmrgq24ql198b"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(synopsis "Conversion between thousands of scales") (synopsis "Conversion between thousands of scales")
(description (description