python311Packages.hg-evolve: 11.1.3 -> 11.1.4

This commit is contained in:
R. Ryantm
2024-06-28 23:17:32 +00:00
parent c8201d6eef
commit f1f5c70831
@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "hg-evolve";
version = "11.1.3";
version = "11.1.4";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-WUPOok/tpZJSookzCIEHRKAlTzeZ6RJY0IiclgQUOs8=";
hash = "sha256-Yph2g254fSnPVfgmkmeRSqlmsUfHgP+wqN0GHLIV/wc=";
};
nativeCheckInputs = [ mercurial ];