python310Packages.django-types 0 -> 1 attrpath: python310Packages.django-types 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] Going to be running update for following packages: - python3.10-django-types-0.18.0 Press Enter key to continue... Running update for: - python3.10-django-types-0.18.0: UPDATING ... - python3.10-django-types-0.18.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/django-types/default.nix b/pkgs/development/python-modules/django-types/default.nix index 5c16312538ac..e79530ccda73 100644 --- a/pkgs/development/python-modules/django-types/default.nix +++ b/pkgs/development/python-modules/django-types/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "django-types"; - version = "0.18.0"; + version = "0.19.1"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-uOIzTIEIZNer8RzTzbHaOyAVtn5/EnAAfjN3f/G9hlQ="; + hash = "sha256-WueYhhLPb7w1ewGLvDs6h4tl4EJ1zEbg011mpwja/xI="; }; nativeBuildInputs = [ poetry-core ]; No auto update branch exists Old version 0.18.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , poetry-core , types-psycopg2 }: buildPythonPackage rec { pname = "django-types"; version = "0.19.1"; pyproject = true; src = fetchPypi { pname = "django_types"; inherit version; hash = "sha256-WueYhhLPb7w1ewGLvDs6h4tl4EJ1zEbg011mpwja/xI="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ types-psycopg2 ]; meta = with lib; { description = "Type stubs for Django"; homepage = "https://github.com/sbdchd/django-types"; license = licenses.mit; maintainers = with maintainers; [ thubrecht ]; }; }