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