lol

Merge pull request #137863 from r-ryantm/auto-update/python3.8-xmlsec

authored by

Sandro and committed by
GitHub
c6fddf39 8c27300a

+2 -2
+2 -2
pkgs/development/python-modules/xmlsec/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "xmlsec"; 18 - version = "1.3.11"; 18 + version = "1.3.12"; 19 19 20 20 src = fetchPypi { 21 21 inherit pname version; 22 - sha256 = "sha256-zS6q/38xeEoH3ZnOgfp2cxPfO6GDT6pBQ+4sBwAMrHo="; 22 + sha256 = "2c86ac6ce570c9e04f04da0cd5e7d3db346e4b5b1d006311606368f17c756ef9"; 23 23 }; 24 24 25 25 # https://github.com/mehcode/python-xmlsec/issues/84#issuecomment-632930116