Merge pull request #78653 from r-ryantm/auto-update/python2.7-pysrt
python27Packages.pysrt: 1.1.1 -> 1.1.2
This commit is contained in:
commit
d8cb4ed910
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pysrt";
|
||||
version = "1.1.1";
|
||||
version = "1.1.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "byroot";
|
||||
repo = "pysrt";
|
||||
rev = "v${version}";
|
||||
sha256 = "0rwjaf26885vxhxnas5d8zwasvj7x88y4y2pdivjd4vdcpqrqdjn";
|
||||
sha256 = "1f5hxyzlh5mdvvi52qapys9qcinffr6ghgivb6k4jxa92cbs3mfg";
|
||||
};
|
||||
|
||||
checkInputs = [ nose ];
|
||||
|
|
Loading…
Reference in a new issue