Merge pull request #142238 from fabaff/bump-howdoi

python3Packages.howdoi: 2.0.17 -> 2.0.19
This commit is contained in:
Fabian Affolter 2021-10-23 21:21:52 +02:00 committed by GitHub
commit 879a68d25d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,19 +9,18 @@
, pygments
, pyquery
, requests
, six
, pytestCheckHook
}:
buildPythonPackage rec {
pname = "howdoi";
version = "2.0.17";
version = "2.0.19";
src = fetchFromGitHub {
owner = "gleitz";
repo = pname;
rev = "v${version}";
sha256 = "1cc9hbnalbsd5la9wsm8s6drb79vlzin9qnv86ic81r5nq27n180";
sha256 = "0hl7cpxm4llsgw6390bpjgkzrprrpb0vxx2flgly7wiy9zl1rc5q";
};
propagatedBuildInputs = [
@ -33,7 +32,6 @@ buildPythonPackage rec {
pygments
pyquery
requests
six
];
checkInputs = [
@ -50,7 +48,9 @@ buildPythonPackage rec {
"test_get_text_without_links"
];
pythonImportsCheck = [ "howdoi" ];
pythonImportsCheck = [
"howdoi"
];
meta = with lib; {
description = "Instant coding answers via the command line";