nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.pytubefix: 8.12.3 -> 8.13.1 (#403928)

authored by

Peder Bergebakken Sundt and committed by
GitHub
207e91de 69440a81

+2 -2
+2 -2
pkgs/development/python-modules/pytubefix/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "pytubefix"; 11 - version = "8.12.3"; 11 + version = "8.13.1"; 12 12 pyproject = true; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "JuanBindez"; 16 16 repo = "pytubefix"; 17 17 tag = "v${version}"; 18 - hash = "sha256-DhzeEYdI/hrx6Stq77aOBJsl5AEtZO4ssbthmW4u/sE="; 18 + hash = "sha256-CjnlIyXI7usgSsz7npM61lHzuJ/evdTabtQOUnY9OEY="; 19 19 }; 20 20 21 21 build-system = [ setuptools ];