python3Packages.logical-unification: 0.4.6 -> 0.4.7

https://github.com/pythological/unification/releases

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:29 +01:00
parent 79bf785a52
commit d81694d10a
@@ -9,21 +9,28 @@
pytestCheckHook,
pytest-html,
pytest-benchmark,
setuptools,
setuptools-scm,
}:
buildPythonPackage rec {
pname = "logical-unification";
version = "0.4.6";
format = "setuptools";
version = "0.4.7";
pyproject = true;
src = fetchFromGitHub {
owner = "pythological";
repo = "unification";
tag = "v${version}";
hash = "sha256-uznmlkREFONU1YoI/+mcfb+Yg30NinWvsMxTfHCXzOU=";
hash = "sha256-m1wB7WOGb/io4Z7Zfl/rckh08j6IKSiiwFKMvl5UzHg=";
};
propagatedBuildInputs = [
build-system = [
setuptools
setuptools-scm
];
dependencies = [
toolz
multipledispatch
];