We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93efdf2 commit ebef616Copy full SHA for ebef616
pkgs/development/python-modules/setproctitle/default.nix
@@ -9,14 +9,14 @@
9
10
buildPythonPackage rec {
11
pname = "setproctitle";
12
- version = "1.3.6";
+ version = "1.3.7";
13
pyproject = true;
14
15
disabled = pythonOlder "3.6";
16
17
src = fetchPypi {
18
inherit pname version;
19
- hash = "sha256-yfMrlscAuzhPM/fPB5VLtgnTXdgnUs71f7LuCWhAkWk=";
+ hash = "sha256-vCvJF2kcFTfVubyhRoQ3F2gJx+EeVpTKeanKEjRdy54=";
20
};
21
22
nativeBuildInputs = [ setuptools ];
0 commit comments