Merge pull request #133919 from Kranzes/auto-update/python3.8-hg-evolve

python38Packages.hg-evolve: 10.3.2 -> 10.3.3

authored by

Luke Granger-Brown and committed by
GitHub
57362d7d e3a018cf

+2 -2
+2 -2
pkgs/development/python-modules/hg-evolve/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "hg-evolve"; 9 - version = "10.3.2"; 9 + version = "10.3.3"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "ba819732409d39ddd4ff2fc507dc921408bf30535d2d78313637b29eeac98860"; 13 + sha256 = "ca3b0ae45a2c3a811c0dc39153b8a1ea8a5c8f786c56370a41dfd83a5bff2502"; 14 14 }; 15 15 16 16 checkInputs = [