python3Packages.wavefile: 1.6.2 -> 1.6.3

This commit is contained in:
R. Ryantm
2026-05-05 14:17:42 +00:00
parent cadd3b008c
commit dde8b0f9aa
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "wavefile";
version = "1.6.2";
version = "1.6.3";
pyproject = true;
src = fetchFromGitHub {
owner = "vokimon";
repo = "python-wavefile";
tag = "python-wavefile-${version}";
hash = "sha256-TLSWhLARY+3sHkl2p3d3LDGzLu6DggjTJWFpyrwRXSI=";
hash = "sha256-7pJcdp2abNurTl/pwAEW4QAalK7okMOCwlRPmKLWad4=";
};
nativeBuildInputs = [ setuptools ];