Skip to content

Commit 207e91d

Browse files
authored
python313Packages.pytubefix: 8.12.3 -> 8.13.1 (#403928)
2 parents 69440a8 + 851c5cd commit 207e91d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pytubefix/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
buildPythonPackage rec {
1010
pname = "pytubefix";
11-
version = "8.12.3";
11+
version = "8.13.1";
1212
pyproject = true;
1313

1414
src = fetchFromGitHub {
1515
owner = "JuanBindez";
1616
repo = "pytubefix";
1717
tag = "v${version}";
18-
hash = "sha256-DhzeEYdI/hrx6Stq77aOBJsl5AEtZO4ssbthmW4u/sE=";
18+
hash = "sha256-CjnlIyXI7usgSsz7npM61lHzuJ/evdTabtQOUnY9OEY=";
1919
};
2020

2121
build-system = [ setuptools ];

0 commit comments

Comments
 (0)