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

andreas pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1e6d1c3211 gnu: kalamine: Update to 0.38.
1e6d1c3211 is described below

commit 1e6d1c32117e9f731e50dcd286927a5fa0d17afc
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Nov 19 21:46:11 2024 +0100

    gnu: kalamine: Update to 0.38.
    
    * gnu/packages/python-xyz.scm (kalamine): Update to 0.38.
    
    Change-Id: I32fe67fdbf5a7838f14021968f64adbdcf2c2781
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index fc32f2ee0b..68d5bd8c27 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6882,13 +6882,13 @@ flexibility and power of the Python language.")
 (define-public kalamine
   (package
     (name "kalamine")
-    (version "0.36")
+    (version "0.38")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "kalamine" version))
        (sha256
-        (base32 "1xxncavq5a0dydhzpfjdxmqsddl77275d9k9giw1032bdyb9d5is"))))
+        (base32 "0dj0v4in6jngh7f5ypvxyadjsilbiwxj3rx6yxxmh5zab6dxzyhz"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to