python312Packages.pyprosegur: 0.0.11 -> 0.0.12

Diff: https://github.com/dgomes/pyprosegur/compare/refs/tags/0.0.11...0.0.12

Changelog: https://github.com/dgomes/pyprosegur/releases/tag/0.0.12
This commit is contained in:
Fabian Affolter
2024-09-06 20:16:11 +02:00
parent 1abdf6b08f
commit eeef90aef2
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pyprosegur";
version = "0.0.11";
version = "0.0.12";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "dgomes";
repo = "pyprosegur";
rev = "refs/tags/${version}";
hash = "sha256-DBr/MtomB7MlZlK8YBvtY1MIstLxotOkv07zZNNuRtM=";
hash = "sha256-A223aafa0eXNBVd2cVVV7p2wXg4Z2rcoggM3czmRsOE=";
};
nativeBuildInputs = [ setuptools ];