python311Packages.tidalapi 0 -> 1 attrpath: python311Packages.tidalapi 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.11-tidalapi-0.7.5 Press Enter key to continue... Running update for: - python3.11-tidalapi-0.7.5: UPDATING ... - python3.11-tidalapi-0.7.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/tidalapi/default.nix b/pkgs/development/python-modules/tidalapi/default.nix index 8c3c2429dc72..edbe6ee39811 100644 --- a/pkgs/development/python-modules/tidalapi/default.nix +++ b/pkgs/development/python-modules/tidalapi/default.nix @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "tidalapi"; - version = "0.7.5"; + version = "0.7.6"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-QzrIWQ7cWpPAu3+/zqAqX9eDWOF8F3Xj8Rt5D8I6h9M="; + hash = "sha256-X6U34T1sM4P+JFpOfcI7CmULcGZ4SCXwP2fFHKi1cWE="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.7.5" not present in staging derivation file with contents: { lib , stdenv , buildPythonPackage , fetchPypi , python-dateutil , poetry-core , requests }: buildPythonPackage rec { pname = "tidalapi"; version = "0.7.6"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-X6U34T1sM4P+JFpOfcI7CmULcGZ4SCXwP2fFHKi1cWE="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ requests python-dateutil ]; doCheck = false; # tests require internet access pythonImportsCheck = [ "tidalapi" ]; meta = with lib; { changelog = "https://github.com/tamland/python-tidal/releases/tag/v${version}"; description = "Unofficial Python API for TIDAL music streaming service"; homepage = "https://github.com/tamland/python-tidal"; license = licenses.gpl3; maintainers = [ ]; }; }