python311Packages.pyfluidsynth 0 -> 1 attrpath: python311Packages.pyfluidsynth Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [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/lj5n9nxqvvkxxgsmkyg5hgdyynvyrcl6-packages.json.drv building '/nix/store/lj5n9nxqvvkxxgsmkyg5hgdyynvyrcl6-packages.json.drv'... Going to be running update for following packages: - python3.11-pyfluidsynth-1.3.2 Press Enter key to continue... Running update for: - python3.11-pyfluidsynth-1.3.2: UPDATING ... - python3.11-pyfluidsynth-1.3.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyfluidsynth/default.nix b/pkgs/development/python-modules/pyfluidsynth/default.nix index 1e837b67129a..521d597a6b7a 100644 --- a/pkgs/development/python-modules/pyfluidsynth/default.nix +++ b/pkgs/development/python-modules/pyfluidsynth/default.nix @@ -11,13 +11,13 @@ buildPythonPackage rec { pname = "pyfluidsynth"; - version = "1.3.2"; + version = "1.3.3"; format = "pyproject"; src = fetchPypi { pname = "pyFluidSynth"; inherit version; - hash = "sha256-+i5oOXV4UG6z4rQGuguOP0mHo7V7fJZZRwOnJKB1VfQ="; + hash = "sha256-1Q1LVQc+dYCyo8pHCZK2xRwnnbocVRLchRNVlfQtaIE="; }; patches = [ No auto update branch exists Old version 1.3.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , setuptools , wheel , numpy , fluidsynth , stdenv }: buildPythonPackage rec { pname = "pyfluidsynth"; version = "1.3.3"; format = "pyproject"; src = fetchPypi { pname = "pyFluidSynth"; inherit version; hash = "sha256-1Q1LVQc+dYCyo8pHCZK2xRwnnbocVRLchRNVlfQtaIE="; }; nativeBuildInputs = [ setuptools wheel ]; propagatedBuildInputs = [ numpy ]; pythonImportsCheck = [ "fluidsynth" ]; postPatch = '' sed -Ezi fluidsynth.py -e \ 's|lib = .*\\\n[^\n]*|lib = "${lib.getLib fluidsynth}/lib/libfluidsynth${stdenv.hostPlatform.extensions.sharedLibrary}"|' ''; meta = with lib; { description = "Python bindings for FluidSynth, a MIDI synthesizer that uses SoundFont instruments"; homepage = "https://github.com/nwhitehead/pyfluidsynth"; license = licenses.lgpl21Plus; maintainers = with maintainers; [ figsoda ]; }; }