forked from mirrors/nixpkgs
python: audioread: 2.1.6 -> 2.1.7
This commit is contained in:
parent
f9c18eccd2
commit
6b029e62cc
|
@ -5,11 +5,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "audioread";
|
||||
version = "2.1.6";
|
||||
version = "2.1.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "b0b9270c20833a75ce0d167fb2fdad52ddcd8e8f300be8afad3ac9715850bc50";
|
||||
sha256 = "f488f9e6fa1ccb09289e3db194639bc6388168b27ef27b2c62380aa1d35a3abe";
|
||||
};
|
||||
|
||||
# No tests, need to disable or py3k breaks
|
||||
|
|
Loading…
Reference in a new issue