mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
you-get: 0.4.1403 -> 0.4.1410
This commit is contained in:
parent
8d72e6bd5f
commit
714dd394c8
@ -2,7 +2,7 @@
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "you-get";
|
||||
version = "0.4.1403";
|
||||
version = "0.4.1410";
|
||||
|
||||
# Tests aren't packaged, but they all hit the real network so
|
||||
# probably aren't suitable for a build environment anyway.
|
||||
@ -10,12 +10,12 @@ buildPythonApplication rec {
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "195c91xxcv3l3rd0v8ls5ghncf92ndfx0lpcbjr5zb41bl8alkcl";
|
||||
sha256 = "0isjmx1z5w3m2v25sb7fpi7lyd4h8bl9n9691ylvl5w3bxf6ynm9";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A tiny command line utility to download media contents from the web";
|
||||
homepage = https://you-get.org;
|
||||
homepage = "https://you-get.org";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ryneeverett ];
|
||||
platforms = platforms.all;
|
||||
|
Loading…
Reference in New Issue
Block a user