guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: units: Update to 2.19.


From: guix-commits
Subject: 07/09: gnu: units: Update to 2.19.
Date: Sat, 15 Jun 2019 12:38:44 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 494a8cd03af6607bde7c7c369cbdcc1e1aa2ccc2
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jun 15 18:29:58 2019 +0200

    gnu: units: Update to 2.19.
    
    * gnu/packages/maths.scm (units): Update to 2.19.
---
 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 a0a077c..6d8fb9c 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -290,13 +290,13 @@ programming language.")
 (define-public units
   (package
    (name "units")
-   (version "2.18")
+   (version "2.19")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/units/units-" version
                                 ".tar.gz"))
             (sha256 (base32
-                     "0y26kj349i048y4z3xrk90bvciw2j6ds3rka7r7yn3183hirr5b4"))))
+                     "0mk562g7dnidjgfgvkxxpvlba66fh1ykmfd9ylzvcln1vxmi6qj2"))))
    (build-system gnu-build-system)
    (inputs
     `(("readline" ,readline)



reply via email to

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