django-upgrade: 1.29.0 -> 1.29.1

This commit is contained in:
R. Ryantm
2025-10-25 00:52:37 +00:00
parent c9f97ce391
commit a9573affd8

View File

@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "django-upgrade";
version = "1.29.0";
version = "1.29.1";
pyproject = true;
src = fetchFromGitHub {
owner = "adamchainz";
repo = "django-upgrade";
tag = version;
hash = "sha256-ALAwOm+j0Gpx3ZiO8nyTDrJNqR9WaFSxLxAgTarNQeM=";
hash = "sha256-NnVFMItWiTL82LMxDKeGofaestRBfZFVjTKFjbJFmmU=";
};
build-system = [ python3Packages.setuptools ];