python310Packages.hg-evolve: 11.0.0 -> 11.0.1

This commit is contained in:
R. Ryantm
2023-04-01 03:13:06 +00:00
parent 96f69d8883
commit c45c861d99
@@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "hg-evolve";
version = "11.0.0";
version = "11.0.1";
src = fetchPypi {
inherit pname version;
hash = "sha256-7LCsw6LSFB0r2jJt7/3X18jxRhLGsRjWmjllVLxspbU=";
hash = "sha256-gupC35pLQOJgSmXiBp+KxqWuMX3iKSX9xDUtEaB/wFQ=";
};
nativeCheckInputs = [