python3Packages.wavefile: 1.5 -> 1.6.2

https://github.com/vokimon/python-wavefile#version-history
This commit is contained in:
Martin Weinelt 2023-12-03 00:03:25 +01:00
parent 4fa1bb6999
commit 9339aad6bb
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -11,14 +11,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "wavefile"; pname = "wavefile";
version = "1.5"; version = "1.6.2";
format = "setuptools"; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vokimon"; owner = "vokimon";
repo = "python-wavefile"; repo = "python-wavefile";
rev = "python-wavefile-${version}"; rev = "refs/tags/python-wavefile-${version}";
sha256 = "9sHj1gb93mCVpejRGSdLJzeFDCeTflZctE7kMWfqFrE="; hash = "sha256-TLSWhLARY+3sHkl2p3d3LDGzLu6DggjTJWFpyrwRXSI=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [