pykickstart: 3.66 -> 3.72

This commit is contained in:
R. Ryantm
2026-05-13 05:35:59 +00:00
parent 3e7ba2031b
commit b6280b948d
+2 -2
View File
@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "pykickstart";
version = "3.66";
version = "3.72";
pyproject = true;
src = fetchFromGitHub {
owner = "pykickstart";
repo = "pykickstart";
tag = "r${finalAttrs.version}";
hash = "sha256-2PC8QHJGy+7IwRA5u+Kw6LYxkWV9uZ87sB8nd/7t9sw=";
hash = "sha256-wNwCWl+aYMaaESE2HMnFNu9HjQB7MW+2ymSCNr3edis=";
};
build-system = with python3Packages; [