python3Packages.wavefile: 1.5 -> 1.6.2
https://github.com/vokimon/python-wavefile#version-history
This commit is contained in:
parent
4fa1bb6999
commit
9339aad6bb
1 changed files with 4 additions and 4 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue