python311Packages.django 0 -> 1 attrpath: python311Packages.django Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rv19vhq101fq2pyck157fvm1ybmc1nqq-packages.json.drv building '/nix/store/rv19vhq101fq2pyck157fvm1ybmc1nqq-packages.json.drv'... Going to be running update for following packages: - python3.11-django-4.2.11 Press Enter key to continue... Running update for: - python3.11-django-4.2.11: UPDATING ... - python3.11-django-4.2.11: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/django/4.nix b/pkgs/development/python-modules/django/4.nix index 727403f37c46..d801df18220c 100644 --- a/pkgs/development/python-modules/django/4.nix +++ b/pkgs/development/python-modules/django/4.nix @@ -43,7 +43,7 @@ buildPythonPackage rec { pname = "django"; - version = "4.2.11"; + version = "5.0.4"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -51,7 +51,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "Django"; inherit version; - hash = "sha256-bm/z2y2N0MmGtO7IVUyOT5GbXB/2KltDkMF6/y7W5cQ="; + hash = "sha256-S9AajIMLt3qKOw59iyW4h+U2rReoG6Lc5UdhNcczEr0="; }; patches = [ No auto update branch exists Python package with too many package rebuilds 3062 > 500