python312Packages.hg-evolve: 11.1.0 -> 11.1.1

This commit is contained in:
R. Ryantm 2024-02-06 05:00:40 +00:00
parent 7aeb86c1fa
commit af0c5bdbf4

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "hg-evolve";
version = "11.1.0";
version = "11.1.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-sMvHvHwLuMT0LaH2XFDePuePbwCXjvl66QGdERR0k6g=";
hash = "sha256-HFZN/JJQPlVB57xcUUxyXrrD4EqPg9vYCRAa4PAQHow=";
};
nativeCheckInputs = [