python3Packages.sphinx-argparse: 0.3.2 -> 0.4.0

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:48 +01:00
parent 1f5d31e1d5
commit 1cb93c0d8f

View File

@ -7,11 +7,12 @@
buildPythonPackage rec {
pname = "sphinx-argparse";
version = "0.3.2";
version = "0.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-5UrWyPiVrGu50N2foH5H4TeipCrhinFFFSYuhrTMS6s=";
pname = "sphinx_argparse";
inherit version;
sha256 = "sha256-4PNBhOtW8S+s53T7yHuICr25AXoJmNHsVZsmfpaX5Ek=";
};
postPatch = ''