Skip to content

Commit ebef616

Browse files
committed
python3Packages.setproctitle: 1.3.6 -> 1.3.7
1 parent 93efdf2 commit ebef616

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/setproctitle

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/setproctitle/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
buildPythonPackage rec {
1111
pname = "setproctitle";
12-
version = "1.3.6";
12+
version = "1.3.7";
1313
pyproject = true;
1414

1515
disabled = pythonOlder "3.6";
1616

1717
src = fetchPypi {
1818
inherit pname version;
19-
hash = "sha256-yfMrlscAuzhPM/fPB5VLtgnTXdgnUs71f7LuCWhAkWk=";
19+
hash = "sha256-vCvJF2kcFTfVubyhRoQ3F2gJx+EeVpTKeanKEjRdy54=";
2020
};
2121

2222
nativeBuildInputs = [ setuptools ];

0 commit comments

Comments
 (0)