guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: units: Update to 2.13.


From: Ludovic Courtès
Subject: 02/06: gnu: units: Update to 2.13.
Date: Sun, 31 Jul 2016 23:12:11 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 5e74529271fddb9dde88ac15f5ca26300d1cd0b2
Author: Ludovic Courtès <address@hidden>
Date:   Mon Aug 1 00:52:11 2016 +0200

    gnu: units: Update to 2.13.
    
    * gnu/packages/maths.scm (units): Update to 2.13.
---
 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 5560d4e..af9b928 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -115,13 +115,13 @@ interactive dialogs to guide them.")
 (define-public units
   (package
    (name "units")
-   (version "2.12")
+   (version "2.13")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/units/units-" version
                                 ".tar.gz"))
             (sha256 (base32
-                     "1jxvjknz2jhq773jrwx9gc1df3gfy73yqmkjkygqxzpi318yls3q"))))
+                     "1awhjw9zjlfb8s5g3yyx63f7ddfcr1sanlbxpqifmrgq24ql198b"))))
    (build-system gnu-build-system)
    (synopsis "Conversion between thousands of scales")
    (description



reply via email to

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