2022-12-13T07:36:43 python310Packages.django 0 -> 1 2022-12-13T07:36:45 attrpath: python310Packages.django 2022-12-13T07:36:45 Checking auto update branch... 2022-12-13T07:36:50 [version] 2022-12-13T07:36:50 [version] skipping because derivation has updateScript 2022-12-13T07:36:50 [rustCrateVersion] 2022-12-13T07:36:50 [rustCrateVersion] No cargoSha256 found 2022-12-13T07:36:50 [golangModuleVersion] 2022-12-13T07:36:50 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-13T07:36:50 [updateScript] 2022-12-13T07:36:51 [updateScript] Success 2022-12-13T07:36:51 [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-13T07:36:51 2022-12-13T07:36:51 [quotedUrls] 2022-12-13T07:36:52 [quotedUrls] nothing found to replace 2022-12-13T07:36:52 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-13T07:38:21 Python package with too many package rebuilds 3137 > 25