python310Packages.python-pidfile: 3.0.0 -> 3.1.1

This commit is contained in:
R. Ryantm 2023-05-23 04:12:34 +00:00
parent 493c6d8505
commit dd7ea5054d

View file

@ -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 = [