2022-12-06T14:39:59 python310Packages.django 0 -> 1 2022-12-06T14:40:02 attrpath: python310Packages.django 2022-12-06T14:40:02 Checking auto update branch... 2022-12-06T14:40:07 [version] 2022-12-06T14:40:07 [version] skipping because derivation has updateScript 2022-12-06T14:40:07 [rustCrateVersion] 2022-12-06T14:40:07 [rustCrateVersion] No cargoSha256 found 2022-12-06T14:40:07 [golangModuleVersion] 2022-12-06T14:40:07 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-06T14:40:07 [updateScript] 2022-12-06T14:40:08 [updateScript] Success 2022-12-06T14:40:08 [updateScript] this derivation will be built: /nix/store/16havpy3qdp6wjv5nb0aw3pglvz5nbq0-packages.json.drv building '/nix/store/16havpy3qdp6wjv5nb0aw3pglvz5nbq0-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-06T14:40:08 2022-12-06T14:40:08 [quotedUrls] 2022-12-06T14:40:08 [quotedUrls] nothing found to replace 2022-12-06T14:40:08 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-06T14:41:40 Python package with too many package rebuilds 3133 > 25