python310Packages.types-redis 0 -> 1 attrpath: python310Packages.types-redis 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/njqsiv9q3ph1lpv7npnrvxk8w77l5skz-packages.json.drv building '/nix/store/njqsiv9q3ph1lpv7npnrvxk8w77l5skz-packages.json.drv'... Going to be running update for following packages: - python3.10-types-redis-4.4.0.0 Press Enter key to continue... Running update for: - python3.10-types-redis-4.4.0.0: UPDATING ... - python3.10-types-redis-4.4.0.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/types-redis/default.nix b/pkgs/development/python-modules/types-redis/default.nix index 3a970d42d05..87ad5c1a082 100644 --- a/pkgs/development/python-modules/types-redis/default.nix +++ b/pkgs/development/python-modules/types-redis/default.nix @@ -5,12 +5,12 @@ buildPythonPackage rec { pname = "types-redis"; - version = "4.4.0.0"; + version = "4.5.1.4"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "sha256-fYJtRY6abb19TyH99tfDm6Li80dMijSAACQZZYYKDt8="; + sha256 = "sha256-dmAXh1TWCkz6z1sz7gY6oGJTEXkcYgdc2TYTZiej978="; }; # Module doesn't have tests No auto update branch exists Old version 4.4.0.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi }: buildPythonPackage rec { pname = "types-redis"; version = "4.5.1.4"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-dmAXh1TWCkz6z1sz7gY6oGJTEXkcYgdc2TYTZiej978="; }; # Module doesn't have tests doCheck = false; pythonImportsCheck = [ "redis-stubs" ]; meta = with lib; { description = "Typing stubs for redis"; homepage = "https://github.com/python/typeshed"; license = licenses.asl20; maintainers = with maintainers; [ gador ]; }; }