Merge pull request #129771 from fabaff/bump-flexget

flexget: 3.1.127 -> 3.1.131
This commit is contained in:
Sandro 2021-07-10 02:51:08 +02:00 committed by GitHub
commit 70fda407f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''
@ -61,9 +62,9 @@ python3Packages.buildPythonApplication rec {
];
meta = with lib; {
homepage = "https://flexget.com/";
homepage = "https://flexget.com/";
description = "Multipurpose automation tool for all of your media";
license = licenses.mit;
license = licenses.mit;
maintainers = with maintainers; [ marsam ];
};
}