python310Packages.pypandoc: 1.7.4 -> 1.7.5

This commit is contained in:
R. Ryantm 2022-04-04 16:59:55 +00:00 committed by Jonathan Ringer
parent d90f4d5030
commit 824de3c967

View file

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "pypandoc";
version = "1.7.4";
version = "1.7.5";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-KN4j9kbZ6ARAPGth180yptdso1arx563IXvb/2dI+G4=";
sha256 = "sha256-gCwmquF7ZBNsbQBpSdjOGDp9TZ+9Ty0FHmb0+59FylA=";
};
patches = [