0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

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 { buildPythonPackage rec {
pname = "sphinxcontrib-applehelp"; pname = "sphinxcontrib-applehelp";
version = "1.0.1"; version = "1.0.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "edaa0ab2b2bc74403149cb0209d6775c96de797dfd5b5e2a71981309efab3897"; sha256 = "a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58";
}; };