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:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user