Skip to content

Commit e750b90

Browse files
authored
python312Packages.pytest-ansible: 24.12.0 -> 25.1.0 (NixOS#378080)
2 parents 30376eb + caa992d commit e750b90

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/pytest-ansible

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
buildPythonPackage rec {
1818
pname = "pytest-ansible";
19-
version = "24.12.0";
19+
version = "25.1.0";
2020
pyproject = true;
2121

2222
disabled = pythonOlder "3.10";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
2525
owner = "ansible";
2626
repo = "pytest-ansible";
2727
tag = "v${version}";
28-
hash = "sha256-Z0pgWptr/bDGZCMi0l8J+q39d3zwBHfawNeJtELHo0E=";
28+
hash = "sha256-8Lwr8n2zMztE13ExQk+QYsS7lcLxj7hqpRWMACthXZs=";
2929
};
3030

3131
postPatch = ''

0 commit comments

Comments
 (0)