lol
0
fork

Configure Feed

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

Merge pull request #45127 from r-ryantm/auto-update/you-get

you-get: 0.4.1099 -> 0.4.1128

authored by

Timo Kaufmann and committed by
GitHub
c307e99c e2c3728f

+2 -2
+2 -2
pkgs/tools/misc/you-get/default.nix
··· 2 2 3 3 buildPythonApplication rec { 4 4 pname = "you-get"; 5 - version = "0.4.1099"; 5 + version = "0.4.1128"; 6 6 7 7 # Tests aren't packaged, but they all hit the real network so 8 8 # probably aren't suitable for a build environment anyway. ··· 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "1z9zhxv2vgbb20hgjiksyqm2zglwq71azbp27na1779hbqc467ik"; 13 + sha256 = "0i0wspmgblxwvvbm3q8zz4l450fs3bccqxxfm0ysfgprgcy8fp3l"; 14 14 }; 15 15 16 16 meta = with stdenv.lib; {