mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
you-get: 0.4.1620 -> 0.4.1650
https://github.com/soimort/you-get/releases/tag/v0.4.1650
This commit is contained in:
parent
49e3683c6b
commit
9daf01f30d
@ -7,7 +7,8 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "you-get";
|
||||
version = "0.4.1620";
|
||||
version = "0.4.1650";
|
||||
format = "setuptools";
|
||||
|
||||
# Tests aren't packaged, but they all hit the real network so
|
||||
# probably aren't suitable for a build environment anyway.
|
||||
@ -15,7 +16,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
|
||||
src = python3.pkgs.fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-wCDaT9Nz1ZiSsqFwX1PXHq6QF6fjLRI9wwvvWxcmYOY=";
|
||||
sha256 = "sha256-s8lEz3pjzEaMzMiBbc5/wAjC5rW6Uq7+XOIIGBijrUc=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@ -36,6 +37,10 @@ python3.pkgs.buildPythonApplication rec {
|
||||
--bash contrib/completion/you-get-completion.bash
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [
|
||||
"you_get"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A tiny command line utility to download media contents from the web";
|
||||
homepage = "https://you-get.org";
|
||||
|
Loading…
Reference in New Issue
Block a user