2022-12-23T14:56:52 python310Packages.ytmusicapi 0 -> 1 2022-12-23T14:56:54 attrpath: python310Packages.ytmusicapi 2022-12-23T14:56:54 Checking auto update branch... 2022-12-23T14:56:59 [version] 2022-12-23T14:56:59 [version] skipping because derivation has updateScript 2022-12-23T14:56:59 [rustCrateVersion] 2022-12-23T14:56:59 [rustCrateVersion] No cargoSha256 found 2022-12-23T14:56:59 [golangModuleVersion] 2022-12-23T14:56:59 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-23T14:56:59 [updateScript] 2022-12-23T14:57:01 [updateScript] Success 2022-12-23T14:57:01 [updateScript] this derivation will be built: /nix/store/4y6x8ww1n1rbfmn47pksbqff938fm61l-packages.json.drv building '/nix/store/4y6x8ww1n1rbfmn47pksbqff938fm61l-packages.json.drv'... Going to be running update for following packages: - python3.10-ytmusicapi-0.24.0 Press Enter key to continue... Running update for: - python3.10-ytmusicapi-0.24.0: UPDATING ... - python3.10-ytmusicapi-0.24.0: DONE. Packages updated! 2022-12-23T14:57:01 2022-12-23T14:57:01 [quotedUrls] 2022-12-23T14:57:01 [quotedUrls] nothing found to replace 2022-12-23T14:57:01 Diff after rewrites: diff --git a/pkgs/development/python-modules/ytmusicapi/default.nix b/pkgs/development/python-modules/ytmusicapi/default.nix index fd5baba48ad..53a6b1846d9 100644 --- a/pkgs/development/python-modules/ytmusicapi/default.nix +++ b/pkgs/development/python-modules/ytmusicapi/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "ytmusicapi"; - version = "0.24.0"; + version = "0.24.1"; format = "pyproject"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-vbSWgBze3tFLEpHdh3JXij3m5R6iAhTSjrCMaSLZalY="; + hash = "sha256-8NYutkZwR8tQzsVzYsOo6HdkiZ6WbIconDjcOwgs3PM="; }; nativeBuildInputs = [ 2022-12-23T14:58:29 Old version 0.24.0" not present in master derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder , requests , setuptools , setuptools-scm }: buildPythonPackage rec { pname = "ytmusicapi"; version = "0.24.1"; format = "pyproject"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; hash = "sha256-8NYutkZwR8tQzsVzYsOo6HdkiZ6WbIconDjcOwgs3PM="; }; nativeBuildInputs = [ setuptools setuptools-scm ]; propagatedBuildInputs = [ requests ]; doCheck = false; # requires network access pythonImportsCheck = [ "ytmusicapi" ]; meta = with lib; { description = "Python API for YouTube Music"; homepage = "https://github.com/sigma67/ytmusicapi"; license = licenses.mit; maintainers = with maintainers; [ dotlambda ]; }; }