python3Packages.pyfluidsynth: 1.3.2 -> 1.3.3

This commit is contained in:
Martin Weinelt
2024-03-12 18:24:43 +01:00
parent 0a11fc10db
commit 1646bb9458
@@ -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 = [