python311Packages.types-awscrt 0.19.8 -> 0.19.10 https://repology.org/project/python:types-awscrt/versions attrpath: python311Packages.types-awscrt 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] this derivation will be built: /nix/store/kidzwkw5s2l09l8ch47dryy0mwif0l47-packages.json.drv building '/nix/store/kidzwkw5s2l09l8ch47dryy0mwif0l47-packages.json.drv'... Going to be running update for following packages: - python3.11-types-awscrt-0.19.9 Press Enter key to continue... Running update for: - python3.11-types-awscrt-0.19.9: UPDATING ... - python3.11-types-awscrt-0.19.9: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/types-awscrt/default.nix b/pkgs/development/python-modules/types-awscrt/default.nix index adc2718554ac..41e92d025d3b 100644 --- a/pkgs/development/python-modules/types-awscrt/default.nix +++ b/pkgs/development/python-modules/types-awscrt/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "types-awscrt"; - version = "0.19.9"; + version = "0.19.10"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -15,7 +15,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "types_awscrt"; inherit version; - hash = "sha256-vVno8ql7e9N0Xj+GALDtgAZBRrN1NxVcUIJuKNJIZDA="; + hash = "sha256-YowjnLt7eCBzBfklBOEEDRClp/ToA3KLi+xuftUoti4="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.19.9" not present in master derivation file with contents: { lib , buildPythonPackage , fetchPypi , poetry-core , pythonOlder }: buildPythonPackage rec { pname = "types-awscrt"; version = "0.19.10"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "types_awscrt"; inherit version; hash = "sha256-YowjnLt7eCBzBfklBOEEDRClp/ToA3KLi+xuftUoti4="; }; nativeBuildInputs = [ poetry-core ]; pythonImportsCheck = [ "awscrt-stubs" ]; meta = with lib; { description = "Type annotations and code completion for awscrt"; homepage = "https://github.com/youtype/types-awscrt"; changelog = "https://github.com/youtype/types-awscrt/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }