This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0f291ac28e gnu: units: Update to 2.25.
0f291ac28e is described below

commit 0f291ac28eb0eb127e3f4058c8ff433c58baec68
Author: Andy Tai <[email protected]>
AuthorDate: Tue Feb 3 00:10:40 2026 -0800

    gnu: units: Update to 2.25.
    
    * gnu/packages/maths.scm (units): Update to 2.25.
    
    Change-Id: I9439366f66ff4e9bc37ee6f64bdb0b24d9ffedd2
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 7833b91989..554cdbb276 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -502,13 +502,13 @@ triangulations.")
 (define-public units
   (package
    (name "units")
-   (version "2.24")
+   (version "2.25")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/units/units-" version
                                 ".tar.gz"))
             (sha256 (base32
-                     "00n9l329814nww1pnp9nlaas8lfvblpcf5j750lhpwmcvx72ql0y"))))
+                     "02zclvjji25hsdriz4jwys5i21dbcmz3i4gap8266k8bq0xg9v9n"))))
    (build-system gnu-build-system)
    (inputs
      (list bash-minimal       ;for wrap-program

Reply via email to