2022-12-11T01:17:27 python310Packages.django 0 -> 1 2022-12-11T01:17:29 attrpath: python310Packages.django 2022-12-11T01:17:29 Checking auto update branch... 2022-12-11T01:17:34 [version] 2022-12-11T01:17:34 [version] skipping because derivation has updateScript 2022-12-11T01:17:34 [rustCrateVersion] 2022-12-11T01:17:34 [rustCrateVersion] No cargoSha256 found 2022-12-11T01:17:34 [golangModuleVersion] 2022-12-11T01:17:34 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-11T01:17:34 [updateScript] 2022-12-11T01:17:35 [updateScript] Success 2022-12-11T01:17:35 [updateScript] this derivation will be built: /nix/store/h699fnwdf98rlf98vy49gsg3c6yzv8b0-packages.json.drv building '/nix/store/h699fnwdf98rlf98vy49gsg3c6yzv8b0-packages.json.drv'... Going to be running update for following packages: - python3.10-django-3.2.16 Press Enter key to continue... Running update for: - python3.10-django-3.2.16: UPDATING ... - python3.10-django-3.2.16: DONE. Packages updated! 2022-12-11T01:17:35 2022-12-11T01:17:35 [quotedUrls] 2022-12-11T01:17:35 [quotedUrls] nothing found to replace 2022-12-11T01:17:36 Diff after rewrites: diff --git a/pkgs/development/python-modules/django/3.nix b/pkgs/development/python-modules/django/3.nix index f881ed5221a..c833ffa0144 100644 --- a/pkgs/development/python-modules/django/3.nix +++ b/pkgs/development/python-modules/django/3.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "django"; - version = "3.2.16"; + version = "4.1.4"; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "Django"; inherit version; - hash = "sha256-OtwoUSQkRySjlPqbmDnMjNEW+vfRWVVMQ+zaqM3wuU0="; + hash = "sha256-04pOEI0jhsuWN9pmqC3I0HM8rt5Mg8Sv29p4r0IUIRs="; }; patches = [ 2022-12-11T01:19:02 Python package with too many package rebuilds 3130 > 25