guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: units: Update to 2.14.


From: Tobias Geerinckx-Rice
Subject: 06/06: gnu: units: Update to 2.14.
Date: Wed, 15 Mar 2017 17:18:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit cf8d0687756fc5a3ce9ba3059292648cc658f1b7
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Mar 15 21:58:59 2017 +0100

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

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index d274d50..03567ba 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -185,13 +185,13 @@ programming languages.")
 (define-public units
   (package
    (name "units")
-   (version "2.13")
+   (version "2.14")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/units/units-" version
                                 ".tar.gz"))
             (sha256 (base32
-                     "1awhjw9zjlfb8s5g3yyx63f7ddfcr1sanlbxpqifmrgq24ql198b"))))
+                     "1s421bxm36akjsy3qzg6da1d1g20gh094ac2slqxipgkh8yqjcwx"))))
    (build-system gnu-build-system)
    (synopsis "Conversion between thousands of scales")
    (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]