pirate-get: 0.3.4 -> 0.3.5

This commit is contained in:
R. RyanTM 2020-03-31 02:53:28 +00:00 committed by Jon
parent 9435d3e9e5
commit 365eb878a9

View file

@ -4,20 +4,20 @@ with python3Packages;
buildPythonApplication rec { buildPythonApplication rec {
pname = "pirate-get"; pname = "pirate-get";
version = "0.3.4"; version = "0.3.5";
doCheck = false; doCheck = false;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0f82yf3bl9jaywagv4vvwypm57z1x8a8qqn0xhz9np3949df4ysm"; sha256 = "01jr9c04ic4bfalfdijavzvqzmpkw3hq1glqyc86z3v6zwl8dlp2";
}; };
propagatedBuildInputs = [ colorama veryprettytable beautifulsoup4 pyperclip ]; propagatedBuildInputs = [ colorama veryprettytable beautifulsoup4 pyperclip ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A command line interface for The Pirate Bay"; description = "A command line interface for The Pirate Bay";
homepage = https://github.com/vikstrous/pirate-get; homepage = "https://github.com/vikstrous/pirate-get";
license = licenses.gpl1; license = licenses.gpl1;
maintainers = with maintainers; [ rnhmjoj ]; maintainers = with maintainers; [ rnhmjoj ];
platforms = platforms.unix; platforms = platforms.unix;