diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files 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 |