We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69440a8 + 851c5cd commit 207e91dCopy full SHA for 207e91d
pkgs/development/python-modules/pytubefix/default.nix
@@ -8,14 +8,14 @@
8
9
buildPythonPackage rec {
10
pname = "pytubefix";
11
- version = "8.12.3";
+ version = "8.13.1";
12
pyproject = true;
13
14
src = fetchFromGitHub {
15
owner = "JuanBindez";
16
repo = "pytubefix";
17
tag = "v${version}";
18
- hash = "sha256-DhzeEYdI/hrx6Stq77aOBJsl5AEtZO4ssbthmW4u/sE=";
+ hash = "sha256-CjnlIyXI7usgSsz7npM61lHzuJ/evdTabtQOUnY9OEY=";
19
};
20
21
build-system = [ setuptools ];
0 commit comments