python3Packages.howdoi: 2.0.3 -> 2.0.5
This commit is contained in:
parent
f620dc8de4
commit
a54a105444
@ -11,11 +11,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "howdoi";
|
pname = "howdoi";
|
||||||
version = "2.0.3";
|
version = "2.0.5";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "ed8acb75779f598a831224f33fa991c51764872574a128e9b2f11b83fcace010";
|
sha256 = "8e4d048ae7ca6182d648f62a66d07360cca2504fe46649c32748b6ef2735f7f4";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ six requests-cache pygments pyquery cachelib appdirs ];
|
propagatedBuildInputs = [ six requests-cache pygments pyquery cachelib appdirs ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user