We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30376eb + caa992d commit e750b90Copy full SHA for e750b90
pkgs/development/python-modules/pytest-ansible/default.nix
@@ -16,7 +16,7 @@
16
17
buildPythonPackage rec {
18
pname = "pytest-ansible";
19
- version = "24.12.0";
+ version = "25.1.0";
20
pyproject = true;
21
22
disabled = pythonOlder "3.10";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
25
owner = "ansible";
26
repo = "pytest-ansible";
27
tag = "v${version}";
28
- hash = "sha256-Z0pgWptr/bDGZCMi0l8J+q39d3zwBHfawNeJtELHo0E=";
+ hash = "sha256-8Lwr8n2zMztE13ExQk+QYsS7lcLxj7hqpRWMACthXZs=";
29
};
30
31
postPatch = ''
0 commit comments