2022-12-19T06:30:51 python310Packages.django 0 -> 1 2022-12-19T06:30:53 attrpath: python310Packages.django 2022-12-19T06:30:53 Checking auto update branch... 2022-12-19T06:30:58 [version] 2022-12-19T06:30:58 [version] skipping because derivation has updateScript 2022-12-19T06:30:58 [rustCrateVersion] 2022-12-19T06:30:58 [rustCrateVersion] No cargoSha256 found 2022-12-19T06:30:58 [golangModuleVersion] 2022-12-19T06:30:58 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-19T06:30:58 [updateScript] 2022-12-19T06:30:59 [updateScript] Success 2022-12-19T06:30:59 [updateScript] this derivation will be built: /nix/store/ab7s0h2h6maz3lc8rlf2lb8bvifq6prj-packages.json.drv building '/nix/store/ab7s0h2h6maz3lc8rlf2lb8bvifq6prj-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-19T06:30:59 2022-12-19T06:30:59 [quotedUrls] 2022-12-19T06:30:59 [quotedUrls] nothing found to replace 2022-12-19T06:31:00 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-19T06:32:26 Python package with too many package rebuilds 3147 > 25