python3Packages.m3u8: 0.6.0 -> 0.9.0
This commit is contained in:
parent
2b84c77b3e
commit
939caa7fb7
1 changed files with 4 additions and 4 deletions
|
@ -2,19 +2,19 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "m3u8";
|
pname = "m3u8";
|
||||||
version = "0.6.0";
|
version = "0.9.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "globocom";
|
owner = "globocom";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0cmg993icpsa1b19kljxvjwhs167bsqrs0ad4wnwsi8qq6na5d4p";
|
sha256 = "sha256-EfHhmV2otEgEy2OVohS+DF7dk97GFdWZ4cFCERZBmlA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ bottle pytestCheckHook ];
|
|
||||||
|
|
||||||
propagatedBuildInputs = [ requests iso8601 ];
|
propagatedBuildInputs = [ requests iso8601 ];
|
||||||
|
|
||||||
|
checkInputs = [ bottle pytestCheckHook ];
|
||||||
|
|
||||||
pytestFlagsArray = [
|
pytestFlagsArray = [
|
||||||
"tests/test_parser.py"
|
"tests/test_parser.py"
|
||||||
"tests/test_model.py"
|
"tests/test_model.py"
|
||||||
|
|
Loading…
Reference in a new issue