diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2023-05-23 04:12:34 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2023-05-23 04:12:34 +0000 |
| commit | dd7ea5054d998e775f641e3aa6fc1570d8757943 (patch) | |
| tree | 69befe1770cbfb68cf135459187d85e28312903b /pkgs/development/python-modules/python-pidfile | |
| parent | 493c6d8505ac7ef03cf33797017dd1498ecb1e8c (diff) | |
python310Packages.python-pidfile: 3.0.0 -> 3.1.1
Diffstat (limited to 'pkgs/development/python-modules/python-pidfile')
| -rw-r--r-- | pkgs/development/python-modules/python-pidfile/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-pidfile/default.nix b/pkgs/development/python-modules/python-pidfile/default.nix index f2ba27897b46..4bcc21ba1c77 100644 --- a/pkgs/development/python-modules/python-pidfile/default.nix +++ b/pkgs/development/python-modules/python-pidfile/default.nix @@ -6,11 +6,11 @@ buildPythonPackage rec { pname = "python-pidfile"; - version = "3.0.0"; + version = "3.1.1"; src = fetchPypi { inherit pname version; - hash = "sha256-HhCX30G8dfV0WZ/++J6LIO/xvfyRkdPtJkzC2ulUKdA="; + hash = "sha256-pgQBL2iagsHMRFEKI85ZwyaIL7kcIftAy6s+lX958M0="; }; propagatedBuildInputs = [ |
