python312Packages.resampy 0.4.2 -> 0.4.3 https://github.com/bmcfee/resampy/releases attrpath: python312Packages.resampy 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/pan6sngsb5asga8bfxjhvci0bg19s29p-packages.json.drv building '/nix/store/pan6sngsb5asga8bfxjhvci0bg19s29p-packages.json.drv'... Going to be running update for following packages: - python3.12-resampy-0.4.2 Press Enter key to continue... Running update for: - python3.12-resampy-0.4.2: UPDATING ... - python3.12-resampy-0.4.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/resampy/default.nix b/pkgs/development/python-modules/resampy/default.nix index f9827dca48d6..84ded2238993 100644 --- a/pkgs/development/python-modules/resampy/default.nix +++ b/pkgs/development/python-modules/resampy/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "resampy"; - version = "0.4.2"; + version = "0.4.3"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "bmcfee"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-t5I7NJmIeV0uucPyvR+UJ24NK7fIzYlNJ8bECkbvdjI="; + hash = "sha256-LOWpOPAEK+ga7c3bR15QvnHmON6ARS1Qee/7U/VMlTY="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.4.2" not present in staging derivation file with contents: { lib , buildPythonPackage , cython , fetchFromGitHub , numba , numpy , pytestCheckHook , pythonOlder , scipy }: buildPythonPackage rec { pname = "resampy"; version = "0.4.3"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "bmcfee"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-LOWpOPAEK+ga7c3bR15QvnHmON6ARS1Qee/7U/VMlTY="; }; propagatedBuildInputs = [ numpy cython numba ]; nativeCheckInputs = [ pytestCheckHook scipy ]; postPatch = '' substituteInPlace setup.cfg \ --replace " --cov-report term-missing --cov resampy --cov-report=xml" "" ''; pythonImportsCheck = [ "resampy" ]; meta = with lib; { description = "Efficient signal resampling"; homepage = "https://github.com/bmcfee/resampy"; license = licenses.isc; maintainers = with maintainers; [ ]; }; }