python3Packages.setproctitle: 1.2.2 -> 1.2.3

This commit is contained in:
Martin Weinelt 2022-07-16 12:59:36 +02:00
parent 36c16f1f57
commit 9a7f7e183e

View File

@ -7,13 +7,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "setproctitle"; pname = "setproctitle";
version = "1.2.2"; version = "1.2.3";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "7dfb472c8852403d34007e01d6e3c68c57eb66433fb8a5c77b13b89a160d97df"; sha256 = "sha256-7PKLHAenmddvQyblCBV7ca7aB7hLkDaOpFHAcQ29MsA=";
}; };
checkInputs = [ pytestCheckHook ]; checkInputs = [ pytestCheckHook ];