guix-commits
[Top][All Lists]
Advanced

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

02/35: gnu: units: Update to 2.23.


From: guix-commits
Subject: 02/35: gnu: units: Update to 2.23.
Date: Mon, 4 Mar 2024 04:53:38 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit b1a74ee76ed33d866b7fd73bcb2c784949b84cee
Author: Andy Tai <atai@atai.org>
AuthorDate: Fri Mar 1 22:15:20 2024 -0800

    gnu: units: Update to 2.23.
    
    * gnu/packages/maths.scm (units): Update to 2.23.
    
    Change-Id: Ia1b3df68c125631255cb3d28d2bf55d3148ee462
    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 e88a74636b..47070ded15 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -425,13 +425,13 @@ programming language.")
 (define-public units
   (package
    (name "units")
-   (version "2.22")
+   (version "2.23")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/units/units-" version
                                 ".tar.gz"))
             (sha256 (base32
-                     "0j2q2a9sgldqwcifsnb7qagsmp8fvj91vfh6v4k7gzi1fwhf24sx"))))
+                     "0w3kl58y7fq9paaq8ayn5gwylc4n8jbk6lf42kkcj9ar4i8v8myr"))))
    (build-system gnu-build-system)
    (inputs
     `(("readline" ,readline)



reply via email to

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