From cb83fed465f52ff5ecaf6a6479a99b782ebc0143 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 25 Jul 2025 11:12:56 +0100 Subject: [PATCH] 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 daacccab6b804845379181292c76f9eaebca0e08..f7df6f89998ea00a017dfdec9186a956fcb33293 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