mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
python3Packages.m3u8: 0.6.0 -> 0.9.0
This commit is contained in:
parent
2b84c77b3e
commit
939caa7fb7
@ -2,19 +2,19 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "m3u8";
|
||||
version = "0.6.0";
|
||||
version = "0.9.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "globocom";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "0cmg993icpsa1b19kljxvjwhs167bsqrs0ad4wnwsi8qq6na5d4p";
|
||||
sha256 = "sha256-EfHhmV2otEgEy2OVohS+DF7dk97GFdWZ4cFCERZBmlA=";
|
||||
};
|
||||
|
||||
checkInputs = [ bottle pytestCheckHook ];
|
||||
|
||||
propagatedBuildInputs = [ requests iso8601 ];
|
||||
|
||||
checkInputs = [ bottle pytestCheckHook ];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"tests/test_parser.py"
|
||||
"tests/test_model.py"
|
||||
|
Loading…
Reference in New Issue
Block a user