python311Packages.radios 0 -> 1 attrpath: python311Packages.radios 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/8zscpyn948hyf95ij10fhb70gpr45m3f-packages.json.drv building '/nix/store/8zscpyn948hyf95ij10fhb70gpr45m3f-packages.json.drv'... Going to be running update for following packages: - python3.11-radios-0.3.0 Press Enter key to continue... Running update for: - python3.11-radios-0.3.0: UPDATING ... - python3.11-radios-0.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/radios/default.nix b/pkgs/development/python-modules/radios/default.nix index 73630f59fd3a..79d9f76e6339 100644 --- a/pkgs/development/python-modules/radios/default.nix +++ b/pkgs/development/python-modules/radios/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "radios"; - version = "0.3.0"; + version = "0.3.1"; pyproject = true; disabled = pythonOlder "3.11"; @@ -28,8 +28,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "frenck"; repo = "python-radios"; - rev = "v${version}"; - hash = "sha256-bzo+SA8kqc2GcxSV0TiIJyPVG+JshdsMoXSUhZYSphU="; + rev = "refs/tags/v${version}"; + hash = "sha256-c0zfpfEdZvjvKtwGcNLLgEkBihhtz/wouHuYRLCxtBY="; }; postPatch = '' No auto update branch exists Old version 0.3.0" not present in staging derivation file with contents: { lib , buildPythonPackage , pythonOlder , fetchFromGitHub , poetry-core , pythonRelaxDepsHook , aiodns , aiohttp , awesomeversion , backoff , cachetools , mashumaro , orjson , pycountry , yarl , aresponses , pytest-asyncio , pytestCheckHook }: buildPythonPackage rec { pname = "radios"; version = "0.3.1"; pyproject = true; disabled = pythonOlder "3.11"; src = fetchFromGitHub { owner = "frenck"; repo = "python-radios"; rev = "v${version}"; hash = "sha256-c0zfpfEdZvjvKtwGcNLLgEkBihhtz/wouHuYRLCxtBY="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace "0.0.0" "${version}" \ --replace "--cov" "" ''; nativeBuildInputs = [ poetry-core pythonRelaxDepsHook ]; pythonRelaxDeps = [ "pycountry" ]; propagatedBuildInputs = [ aiodns aiohttp awesomeversion backoff cachetools mashumaro orjson pycountry yarl ]; nativeCheckInputs = [ aresponses pytest-asyncio pytestCheckHook ]; pythonImportsCheck = [ "radios" ]; __darwinAllowLocalNetworking = true; meta = with lib; { changelog = "https://github.com/frenck/python-radios/releases/tag/v${version}"; description = "Asynchronous Python client for the Radio Browser API"; homepage = "https://github.com/frenck/python-radios"; license = licenses.mit; maintainers = with maintainers; [ dotlambda ]; }; }