guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: units: Update to 2.22.


From: guix-commits
Subject: 03/04: gnu: units: Update to 2.22.
Date: Sun, 2 Oct 2022 08:07:37 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 77bcdb7439ed0d86af3cd9ed2a05efefe88245c9
Author: Mike Swanson <mikeonthecomputer@gmail.com>
AuthorDate: Thu Sep 29 20:26:35 2022 -0700

    gnu: units: Update to 2.22.
    
    * gnu/packages/maths.scm (units): Update to 2.22.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 d3373359b8..ffd2a89d2f 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -368,13 +368,13 @@ programming language.")
 (define-public units
   (package
    (name "units")
-   (version "2.21")
+   (version "2.22")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/units/units-" version
                                 ".tar.gz"))
             (sha256 (base32
-                     "1bybhqs4yrly9myb5maz3kdmf8k4fhk2m1d5cbcryn40z6lq0gkc"))))
+                     "0j2q2a9sgldqwcifsnb7qagsmp8fvj91vfh6v4k7gzi1fwhf24sx"))))
    (build-system gnu-build-system)
    (inputs
     `(("readline" ,readline)



reply via email to

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