lol

Merge pull request #194454 from r-ryantm/auto-update/python310Packages.sphinx-argparse

python310Packages.sphinx-argparse: 0.3.1 -> 0.3.2

authored by

Mario Rodas and committed by
GitHub
f22ab979 e023900a

+2 -2
+2 -2
pkgs/development/python-modules/sphinx-argparse/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "sphinx-argparse"; 10 - version = "0.3.1"; 10 + version = "0.3.2"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "82151cbd43ccec94a1530155f4ad34f251aaca6a0ffd5516d7fadf952d32dc1e"; 14 + sha256 = "sha256-5UrWyPiVrGu50N2foH5H4TeipCrhinFFFSYuhrTMS6s="; 15 15 }; 16 16 17 17 postPatch = ''