haxor-news: 0.4.1 -> 0.4.2
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, pythonPackages }:
|
{ stdenv, fetchurl, pythonPackages }:
|
||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
version = "0.4.1";
|
version = "0.4.2";
|
||||||
name = "haxor-news-${version}";
|
name = "haxor-news-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/donnemartin/haxor-news/archive/${version}.tar.gz";
|
url = "https://github.com/donnemartin/haxor-news/archive/${version}.tar.gz";
|
||||||
sha256 = "0d3an7by33hjl8zg48y7ig6r258ghgbdkpp1psa9jr6n2nk2w9mr";
|
sha256 = "0543k5ys044f2a1q8k36djnnq2h2dffnwbkva9snjjy30nlwwdgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [
|
propagatedBuildInputs = with pythonPackages; [
|
||||||
@@ -14,7 +14,7 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
colorama
|
colorama
|
||||||
requests2
|
requests2
|
||||||
pygments
|
pygments
|
||||||
prompt_toolkit_52
|
prompt_toolkit
|
||||||
six
|
six
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user