diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-25 11:12:56 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-25 11:32:14 +0100 |
commit | cb83fed465f52ff5ecaf6a6479a99b782ebc0143 (patch) | |
tree | 14058c95916fa6b8212d61856daf2458519102fe /gnu/packages/python-xyz.scm | |
parent | 395264ac6b8b8d1911c5c5622e37b9aec13b956d (diff) |
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
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 |