guix_mirror_bot pushed a commit to branch master
in repository guix.

commit cb83fed465f52ff5ecaf6a6479a99b782ebc0143
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jul 25 11:12:56 2025 +0100

    gnu: python-logical-unification: Update to 0.4.6.
    
    * gnu/packages/python-xyz.scm (python-logical-unification): Update to 0.4.6.
    
    Change-Id: I9f10fb5c09ba76424ef8cd1353d588dd1a8a32d4
---
 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 daacccab6b..f7df6f8999 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -36475,7 +36475,7 @@ needed and registers the function with its 
annotations.")
 (define-public python-logical-unification
   (package
     (name "python-logical-unification")
-    (version "0.4.3")
+    (version "0.4.6")
     (source
      (origin
        (method git-fetch)
@@ -36484,7 +36484,7 @@ needed and registers the function with its 
annotations.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1kvhvf1p9a5733pqb15k4fhwrfnj5ijsv6yn92mxzaa0zh89z7g3"))))
+        (base32 "1pciaw3vd7awcnszkqda7l17y3gdzb8ca2cr4p5j0x3b8r28izx8"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to