Merge pull request #129771 from fabaff/bump-flexget

flexget: 3.1.127 -> 3.1.131

authored by

Sandro and committed by
GitHub
70fda407 9a81b278

+7 -6
+7 -6
pkgs/applications/networking/flexget/default.nix
··· 1 { lib, python3Packages }: 2 3 python3Packages.buildPythonApplication rec { 4 - pname = "FlexGet"; 5 - version = "3.1.127"; 6 7 src = python3Packages.fetchPypi { 8 - inherit pname version; 9 - sha256 = "25a973eb54f2f9ccd422d536b29038c570de3584b8174d993119e3c6b434cc54"; 10 }; 11 12 postPatch = '' ··· 61 ]; 62 63 meta = with lib; { 64 - homepage = "https://flexget.com/"; 65 description = "Multipurpose automation tool for all of your media"; 66 - license = licenses.mit; 67 maintainers = with maintainers; [ marsam ]; 68 }; 69 }
··· 1 { lib, python3Packages }: 2 3 python3Packages.buildPythonApplication rec { 4 + pname = "flexget"; 5 + version = "3.1.131"; 6 7 src = python3Packages.fetchPypi { 8 + pname = "FlexGet"; 9 + inherit version; 10 + sha256 = "sha256-wjMtCrffRhk7NL+Z0PeljuDc3WjVWSMsjWLbqo8qUjU="; 11 }; 12 13 postPatch = '' ··· 62 ]; 63 64 meta = with lib; { 65 + homepage = "https://flexget.com/"; 66 description = "Multipurpose automation tool for all of your media"; 67 + license = licenses.mit; 68 maintainers = with maintainers; [ marsam ]; 69 }; 70 }