mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 04:13:01 +00:00
python3Packages.wavefile: 1.5 -> 1.6.2
https://github.com/vokimon/python-wavefile#version-history
This commit is contained in:
parent
4fa1bb6999
commit
9339aad6bb
@ -11,14 +11,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "wavefile";
|
||||
version = "1.5";
|
||||
format = "setuptools";
|
||||
version = "1.6.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "vokimon";
|
||||
repo = "python-wavefile";
|
||||
rev = "python-wavefile-${version}";
|
||||
sha256 = "9sHj1gb93mCVpejRGSdLJzeFDCeTflZctE7kMWfqFrE=";
|
||||
rev = "refs/tags/python-wavefile-${version}";
|
||||
hash = "sha256-TLSWhLARY+3sHkl2p3d3LDGzLu6DggjTJWFpyrwRXSI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user