rtv: 1.2.2 -> 1.4
This commit is contained in:
parent
08bdb6fe6d
commit
de76ce46e6
@ -1,18 +1,19 @@
|
|||||||
{ stdenv, fetchurl, pkgs, python, pythonPackages }:
|
{ stdenv, fetchurl, pkgs, python, pythonPackages }:
|
||||||
|
|
||||||
pythonPackages.buildPythonPackage rec {
|
pythonPackages.buildPythonPackage rec {
|
||||||
version = "1.2.2";
|
version = "1.4";
|
||||||
name = "rtv-${version}";
|
name = "rtv-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/michael-lazar/rtv/archive/v${version}.tar.gz";
|
url = "https://github.com/michael-lazar/rtv/archive/v${version}.tar.gz";
|
||||||
sha256 = "0pisairv28lhqvq8zs0whz3ww8fraj98941kk5idyxadbq0icmk3";
|
sha256 = "0qi45was70p3z15pnh25hkbliya440jldlzmpasqvbdy9zdgpv0w";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [
|
propagatedBuildInputs = with pythonPackages; [
|
||||||
requests
|
requests
|
||||||
six
|
six
|
||||||
praw
|
praw
|
||||||
|
kitchen
|
||||||
python.modules.curses
|
python.modules.curses
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user