nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.python-pidfile: 3.0.0 -> 3.1.1

+2 -2
+2 -2
pkgs/development/python-modules/python-pidfile/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "python-pidfile"; 9 - version = "3.0.0"; 9 + version = "3.1.1"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - hash = "sha256-HhCX30G8dfV0WZ/++J6LIO/xvfyRkdPtJkzC2ulUKdA="; 13 + hash = "sha256-pgQBL2iagsHMRFEKI85ZwyaIL7kcIftAy6s+lX958M0="; 14 14 }; 15 15 16 16 propagatedBuildInputs = [