python3Packages.pywerview: 0.7.4 -> 0.7.5

This commit is contained in:
R. Ryantm
2025-12-16 01:00:51 +00:00
parent 780e81e5ed
commit 0c50f55eae
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pywerview";
version = "0.7.4";
version = "0.7.5";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "the-useless-one";
repo = "pywerview";
tag = "v${version}";
hash = "sha256-PJCJyutlHApiA+5CxIpYzC13MSwd2n5zm+ZkJUppDTg=";
hash = "sha256-wl7/u9Uja/FflO3tN3UyanX2LIRG417RfWdyZCtUtGs=";
};
build-system = [ setuptools ];