Skip to content

Commit 12d30aa

Browse files
committed
you-get: 0.4.1432 -> 0.4.1456
1 parent 2988feb commit 12d30aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/tools/misc/you-get/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
buildPythonApplication rec {
44
pname = "you-get";
5-
version = "0.4.1432";
5+
version = "0.4.1456";
66

77
# Tests aren't packaged, but they all hit the real network so
88
# probably aren't suitable for a build environment anyway.
99
doCheck = false;
1010

1111
src = fetchPypi {
1212
inherit pname version;
13-
sha256 = "0i3gsl7wk1cn8jw79gnyv58mrrn0hmkvymrd3ic67z2ackp726s2";
13+
sha256 = "14miw5gmj571584rmdzjxf88icmb1psrsfbwpabn8blz8l5aq6bv";
1414
};
1515

1616
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)