python3Packages.howdoi: 2.0.16 -> 2.0.17

This commit is contained in:
Fabian Affolter 2021-08-15 01:13:39 +02:00
parent 6dfd25fdc4
commit 757d12a40c

View File

@ -11,17 +11,13 @@
buildPythonPackage rec {
pname = "howdoi";
version = "2.0.16";
version = "2.0.17";
src = fetchPypi {
inherit pname version;
sha256 = "0257fbb328eb3a15ed3acc498314902f00908b130209073509eec21cb7235b2b";
sha256 = "sha256-ea7KIDYgDWCi1skZKlbzhHASfwHqwbfvWDuNOxGRhek=";
};
postPatch = ''
substituteInPlace setup.py --replace 'cachelib==0.1' 'cachelib'
'';
propagatedBuildInputs = [ six pygments pyquery cachelib appdirs keep ];
# author hasn't included page_cache directory (which allows tests to run without