python3Packages.sphinxcontrib-applehelp: 1.0.1 -> 1.0.2

This commit is contained in:
Frederik Rietdijk 2020-05-09 12:02:00 +02:00
parent e0cb88c246
commit 0097f76a23

View File

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "sphinxcontrib-applehelp";
version = "1.0.1";
version = "1.0.2";
src = fetchPypi {
inherit pname version;
sha256 = "edaa0ab2b2bc74403149cb0209d6775c96de797dfd5b5e2a71981309efab3897";
sha256 = "a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58";
};