efraim pushed a commit to branch master
in repository guix.

commit cbe9505778088643684a8942114baa0fcf3b3339
Author: Efraim Flashner <[email protected]>
Date:   Tue Oct 20 09:41:54 2015 +0300

    gnu: units: Update to 2.12.
    
    * gnu/packages/maths.scm (units): Update to 2.12.
---
 gnu/packages/maths.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 6490df5..5fa37d1 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -79,13 +79,13 @@
 (define-public units
   (package
    (name "units")
-   (version "2.11")
+   (version "2.12")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/units/units-" version
                                 ".tar.gz"))
             (sha256 (base32
-                     "1gjs3wc212aaiq4r76hx9nl1h3fa39n0ljwl9420d6ixl3rdmdjk"))))
+                     "1jxvjknz2jhq773jrwx9gc1df3gfy73yqmkjkygqxzpi318yls3q"))))
    (build-system gnu-build-system)
    (synopsis "Conversion between thousands of scales")
    (description

Reply via email to