flexget: 3.1.121 -> 3.1.127

master
Mario Rodas 2021-05-21 04:20:00 +00:00
parent 38d74bdf3f
commit d91a058e75
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "FlexGet";
version = "3.1.121";
version = "3.1.127";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "91270a51ed29e4a578c7549ebd01665f4bcf49bf7773a15db27f4ccb13659e00";
sha256 = "25a973eb54f2f9ccd422d536b29038c570de3584b8174d993119e3c6b434cc54";
};
postPatch = ''