python3Packages.howdoi: 2.0.16 -> 2.0.17
This commit is contained in:
parent
6dfd25fdc4
commit
757d12a40c
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue