mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
pirate-get: 0.3.4 -> 0.3.5
This commit is contained in:
parent
9435d3e9e5
commit
365eb878a9
@ -4,20 +4,20 @@ with python3Packages;
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "pirate-get";
|
||||
version = "0.3.4";
|
||||
version = "0.3.5";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0f82yf3bl9jaywagv4vvwypm57z1x8a8qqn0xhz9np3949df4ysm";
|
||||
sha256 = "01jr9c04ic4bfalfdijavzvqzmpkw3hq1glqyc86z3v6zwl8dlp2";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ colorama veryprettytable beautifulsoup4 pyperclip ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
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;
|
||||
maintainers = with maintainers; [ rnhmjoj ];
|
||||
platforms = platforms.unix;
|
||||
|
Loading…
Reference in New Issue
Block a user