guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: units: Update to 2.21.


From: guix-commits
Subject: 04/04: gnu: units: Update to 2.21.
Date: Tue, 17 Nov 2020 16:22:02 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1b16727c18c926eb1bb69dffb55e5074f5c3a0a8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 17 22:20:50 2020 +0100

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



reply via email to

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