python3Packages.ansible-core: 2.21.0 -> 2.21.1

This commit is contained in:
R. Ryantm
2026-06-20 00:36:08 +00:00
parent 471ac28cfa
commit 301783644a

View File

@@ -32,7 +32,7 @@
buildPythonPackage (finalAttrs: {
pname = "ansible-core";
version = "2.21.0";
version = "2.21.1";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -41,7 +41,7 @@ buildPythonPackage (finalAttrs: {
owner = "ansible";
repo = "ansible";
tag = "v${finalAttrs.version}";
hash = "sha256-I0XEEGyTMQMpGTApbzVzHRuRAALl+C28GfpW4CeeTIA=";
hash = "sha256-VTU+jhD5W+07FIPVpovQoHjCb4vhLdPZNxCm/MVofV8=";
};
postPatch = ''