python310Packages.audioread 3.0.0 -> 3.0.1 https://repology.org/project/python:audioread/versions attrpath: python310Packages.audioread 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.10-audioread-3.0.0 Press Enter key to continue... Running update for: - python3.10-audioread-3.0.0: UPDATING ... - python3.10-audioread-3.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/audioread/default.nix b/pkgs/development/python-modules/audioread/default.nix index f3e74462f42e..dfaaf67f6220 100644 --- a/pkgs/development/python-modules/audioread/default.nix +++ b/pkgs/development/python-modules/audioread/default.nix @@ -5,12 +5,12 @@ buildPythonPackage rec { pname = "audioread"; - version = "3.0.0"; + version = "3.0.1"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-EhmVvSB+sf2j1Wa+uFHTU0J1klvDWk+22gyxHeD3JRo="; + hash = "sha256-rFRgpUmMSL3y6OdnQCWDpNzRP0QU0ob0LOQ3nos1Bm0="; }; # No tests, need to disable or py3k breaks No auto update branch exists Old version 3.0.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , flit-core }: buildPythonPackage rec { pname = "audioread"; version = "3.0.1"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-rFRgpUmMSL3y6OdnQCWDpNzRP0QU0ob0LOQ3nos1Bm0="; }; nativeBuildInputs = [ flit-core ]; # No tests, need to disable or py3k breaks doCheck = false; meta = { description = "Cross-platform audio decoding"; homepage = "https://github.com/sampsyo/audioread"; license = lib.licenses.mit; }; }