lol
0
fork

Configure Feed

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

Merge pull request #261380 from r-ryantm/auto-update/python310Packages.tubeup

python310Packages.tubeup: 2023.8.19 -> 2023.9.19

authored by

Mario Rodas and committed by
GitHub
939b5df3 0188c875

+2 -2
+2 -2
pkgs/development/python-modules/tubeup/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "tubeup"; 13 - version = "2023.8.19"; 13 + version = "2023.9.19"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.7"; 17 17 18 18 src = fetchPypi { 19 19 inherit pname version; 20 - sha256 = "sha256-0atpOUJIfXgw/5fi5w2ciAFDMgWmVH4U8d84zwLCRXk="; 20 + sha256 = "sha256-Pp4h0MBoYhczmxPq21cLiYpLUeFP+2JoACcFpBl3b0E="; 21 21 }; 22 22 23 23 nativeBuildInputs = [