3
0
Fork 0
forked from mirrors/nixpkgs

flexget: 3.2.6 -> 3.2.7

This commit is contained in:
R. Ryantm 2021-12-22 16:47:29 +00:00
parent ae969de2bb
commit 1da89cedf0

View file

@ -2,14 +2,14 @@
python3Packages.buildPythonApplication rec {
pname = "flexget";
version = "3.2.6";
version = "3.2.7";
# Fetch from GitHub in order to use `requirements.in`
src = fetchFromGitHub {
owner = "flexget";
repo = "flexget";
rev = "v${version}";
sha256 = "0cwzhk1w2wpf33cqbnrzckqy91b58qqpnkmh5nxv02z6fl7psmbh";
sha256 = "12nj1jcxbkpc0x59rg59fsryignpppsx0wiwncdv6fzr58pdhd3v";
};
postPatch = ''