python310Packages.pypandoc: 1.7.3 -> 1.7.4

This commit is contained in:
R. Ryantm 2022-03-19 07:52:47 +00:00 committed by sterni
parent 9cc05394bc
commit b243d13709

View file

@ -4,11 +4,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pypandoc"; pname = "pypandoc";
version = "1.7.3"; version = "1.7.4";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-Tv0vqKN9AAXdfQRMt/QuqeFB3wNTh1DsWu0XNZukTUc="; sha256 = "sha256-KN4j9kbZ6ARAPGth180yptdso1arx563IXvb/2dI+G4=";
}; };
patches = [ patches = [