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 d5124a4fbb gnu: cm: Update to 0.4.4.
d5124a4fbb is described below
commit d5124a4fbb562fe5922139d2fd2d7e74b54e4b8c
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Jul 26 12:00:28 2025 +0200
gnu: cm: Update to 0.4.4.
* gnu/packages/algebra.scm (cm): Update to 0.4.4.
Change-Id: I1f9b49a0219bf3327e3e7c5eadc9e58e08744b92
---
gnu/packages/algebra.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index ae90542fd7..8773aa323f 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -152,7 +152,7 @@ greatest common divisor operations.")
(define-public cm
(package
(name "cm")
- (version "0.4.3")
+ (version "0.4.4")
(source (origin
(method url-fetch)
(uri (string-append
@@ -160,7 +160,7 @@ greatest common divisor operations.")
version ".tar.gz"))
(sha256
(base32
- "01dha0hl0daappjiydpk4ngl9nxkxli6a48jp6d7v85yjjykac5j"))))
+ "0zkdl4cka32jclhajm7wdpkyzjq1335l58janjisv88a1di9gyy6"))))
(build-system gnu-build-system)
(propagated-inputs
(list mpfrcx zlib)) ; Header files included from lib/cm.h.