guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: units: Update to 2.16.


From: Eric Bavier
Subject: 01/03: gnu: units: Update to 2.16.
Date: Wed, 1 Nov 2017 23:18:05 -0400 (EDT)

bavier pushed a commit to branch master
in repository guix.

commit f11d2849a1147af2fc3376b8b08bfe0efead6398
Author: Eric Bavier <address@hidden>
Date:   Wed Nov 1 17:11:15 2017 -0500

    gnu: units: Update to 2.16.
    
    * gnu/packages/maths.scm (units): Update to 2.16.
---
 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 b0c6089..f0b3bf2 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -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



reply via email to

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