python: hieroglyph: 1.0.0 -> 2.1.0

This commit is contained in:
Frederik Rietdijk 2020-08-16 19:31:02 +02:00
parent 5ef3bca128
commit 97e595f7fd

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "hieroglyph"; pname = "hieroglyph";
version = "1.0.0"; version = "2.1.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "8e137f0b1cd60c47b870011089790d3c8ddb74fcf409a75ddf2c7f2516ff337c"; sha256 = "b4b5db13a9d387438e610c2ca1d81386ccd206944d9a9dd273f21874486cddaf";
}; };
propagatedBuildInputs = [ sphinx ]; propagatedBuildInputs = [ sphinx ];