Skip to content

Commit da76b63

Browse files
authored
flexget: 3.13.5 -> 3.13.6 (NixOS#370951)
2 parents c45cf01 + 21a5a0a commit da76b63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/fl/flexget/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77

88
python3Packages.buildPythonApplication rec {
99
pname = "flexget";
10-
version = "3.13.5";
10+
version = "3.13.6";
1111
pyproject = true;
1212

1313
# Fetch from GitHub in order to use `requirements.in`
1414
src = fetchFromGitHub {
1515
owner = "Flexget";
1616
repo = "Flexget";
1717
tag = "v${version}";
18-
hash = "sha256-R6E5NWnrnezJsDm+Nnqgibv4e6mXVrOrKaCl/MBqUnY=";
18+
hash = "sha256-I6AQtoGk/YUDM5DzegvLi8QmVvoma16zJGZ8BMUUN3c=";
1919
};
2020

2121
# relax dep constrains, keep environment constraints

0 commit comments

Comments
 (0)