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.
1 parent 2988feb commit 12d30aaCopy full SHA for 12d30aa
1 file changed
pkgs/tools/misc/you-get/default.nix
@@ -2,15 +2,15 @@
2
3
buildPythonApplication rec {
4
pname = "you-get";
5
- version = "0.4.1432";
+ version = "0.4.1456";
6
7
# Tests aren't packaged, but they all hit the real network so
8
# probably aren't suitable for a build environment anyway.
9
doCheck = false;
10
11
src = fetchPypi {
12
inherit pname version;
13
- sha256 = "0i3gsl7wk1cn8jw79gnyv58mrrn0hmkvymrd3ic67z2ackp726s2";
+ sha256 = "14miw5gmj571584rmdzjxf88icmb1psrsfbwpabn8blz8l5aq6bv";
14
};
15
16
meta = with stdenv.lib; {
0 commit comments