flexget: 3.1.127 -> 3.1.131

This commit is contained in:
Fabian Affolter 2021-07-09 18:56:21 +02:00
parent 3191d4f0af
commit 4364b96eb6

View file

@ -1,12 +1,13 @@
{ lib, python3Packages }:
python3Packages.buildPythonApplication rec {
pname = "FlexGet";
version = "3.1.127";
pname = "flexget";
version = "3.1.131";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "25a973eb54f2f9ccd422d536b29038c570de3584b8174d993119e3c6b434cc54";
pname = "FlexGet";
inherit version;
sha256 = "sha256-wjMtCrffRhk7NL+Z0PeljuDc3WjVWSMsjWLbqo8qUjU=";
};
postPatch = ''