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

Configure Feed

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

python312Packages.pytest: 8.3.2 -> 8.3.3

https://github.com/pytest-dev/pytest/releases/tag/8.3.3

+2 -2
+2 -2
pkgs/development/python-modules/pytest/default.nix
··· 29 29 30 30 buildPythonPackage rec { 31 31 pname = "pytest"; 32 - version = "8.3.2"; 32 + version = "8.3.3"; 33 33 pyproject = true; 34 34 35 35 src = fetchPypi { 36 36 inherit pname version; 37 - hash = "sha256-wTI0XRLOVRJCyHJp3oEkg/W8yHzbtHIuSEh7oZT5/c4="; 37 + hash = "sha256-cLmBB71kgwinlSsG5sqaULxmC+IY1TwlfMH8lP2hAYE="; 38 38 }; 39 39 40 40 outputs = [