python3Packages.setproctitle: 1.2.3 -> 1.3.2

This commit is contained in:
Daniel Nagy
2022-09-19 23:10:09 +02:00
parent 37cc765b36
commit 9235a0486b
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "setproctitle";
version = "1.2.3";
version = "1.3.2";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-7PKLHAenmddvQyblCBV7ca7aB7hLkDaOpFHAcQ29MsA=";
sha256 = "sha256-ufuXkHyDDSYPoGWO1Yr9SKhrK4iqxSETXDUv9/00d/0=";
};
checkInputs = [ pytestCheckHook ];