Skip to content

Commit 073693b

Browse files
committed
python3Packages.pytest: 9.0.2 -> 9.0.3
https://github.com/pytest-dev/pytest/releases/tag/9.0.3
1 parent 115c6e1 commit 073693b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/pytest/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626

2727
buildPythonPackage rec {
2828
pname = "pytest";
29-
version = "9.0.2";
29+
version = "9.0.3";
3030
pyproject = true;
3131

3232
src = fetchPypi {
3333
inherit pname version;
34-
hash = "sha256-dRhmUakr2JYR0dn8IPC0NF/YJ8QczVwpmoaKBdcO3xE=";
34+
hash = "sha256-uGraUIr4HRnt6yE8aBsdSCRsGpHTBMbIGkJ2dMF+uRw=";
3535
};
3636

3737
outputs = [

0 commit comments

Comments
 (0)