python311Packages.django_5 0 -> 1 attrpath: python311Packages.django_5 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/5daf66wk0rpldpyizbpbwwlr5h4jzf3d-packages.json.drv building '/nix/store/5daf66wk0rpldpyizbpbwwlr5h4jzf3d-packages.json.drv'... Going to be running update for following packages: - python3.11-Django-5.0.1 Press Enter key to continue... Running update for: - python3.11-Django-5.0.1: UPDATING ... - python3.11-Django-5.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/django/5.nix b/pkgs/development/python-modules/django/5.nix index 565309cef538..686280dcdd24 100644 --- a/pkgs/development/python-modules/django/5.nix +++ b/pkgs/development/python-modules/django/5.nix @@ -42,14 +42,14 @@ buildPythonPackage rec { pname = "Django"; - version = "5.0.1"; + version = "5.0.2"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchPypi { inherit pname version; - hash = "sha256-jIZZZlvG46RP7+GrCikeWj+zl5+agjC+Kd6XXlfo+FQ="; + hash = "sha256-tbsdEbJRil+RNyooLyRmL1j2Z0lmawooarBXAp9ygIA="; }; patches = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.django_3: 3.2.23 -> 3.2.24; python311Packages.django_5: 5.0.1 -> 5.0.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/286769"