python3Packages.setproctitle: 1.1.10 -> 1.2

This commit is contained in:
Frederik Rietdijk 2020-11-29 15:04:42 +01:00
parent 1e956d7569
commit c0104718f9
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "setproctitle"; pname = "setproctitle";
version = "1.1.10"; version = "1.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "6283b7a58477dd8478fbb9e76defb37968ee4ba47b05ec1c053cb39638bd7398"; sha256 = "9b4e48722dd96cbd66d5bf2eab930fff8546cd551dd8d774c8a319448bd381a6";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {