python312Packages.protego: 0.3.0 -> 0.3.1

This commit is contained in:
R. Ryantm 2024-04-05 14:22:42 +00:00
parent 0d63422753
commit 099e51a6b1
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "protego";
version = "0.3.0";
version = "0.3.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "Protego";
hash = "sha256-BCKL/95Ma8ujHPZSm6LP1uG3CAj9wdLLQwG+ayjWxWg=";
hash = "sha256-6UQw0NJcu/I5vISdhsXlRPveUx/Mz6BZlTx9o0ShcSw=";
};
nativeCheckInputs = [ pytestCheckHook ];