Merge pull request #251938 from r-ryantm/auto-update/python310Packages.xml2rfc

python310Packages.xml2rfc: 3.17.3 -> 3.18.0

authored by

Weijia Wang and committed by
GitHub
78222904 ccca9828

+4 -2
+4 -2
pkgs/development/python-modules/xml2rfc/default.nix
··· 11 11 , jinja2 12 12 , lxml 13 13 , markupsafe 14 + , platformdirs 14 15 , pycairo 15 16 , pycountry 16 17 , pyflakes ··· 26 27 27 28 buildPythonPackage rec { 28 29 pname = "xml2rfc"; 29 - version = "3.17.3"; 30 + version = "3.18.0"; 30 31 format = "setuptools"; 31 32 32 33 disabled = pythonOlder "3.6"; ··· 35 36 owner = "ietf-tools"; 36 37 repo = "xml2rfc"; 37 38 rev = "refs/tags/v${version}"; 38 - hash = "sha256-5RL4DkWcQRxzi1dhSJlGgoU0BU3aUWOfBNINFKiOwLg="; 39 + hash = "sha256-yhzOfX2umux1ulDiInbbKXvATA+k1TLQrSa9vcR/i58="; 39 40 }; 40 41 41 42 postPatch = '' ··· 56 57 jinja2 57 58 lxml 58 59 markupsafe 60 + platformdirs 59 61 pycountry 60 62 pyflakes 61 63 pypdf2