python311Packages.hg-evolve: 11.1.2 -> 11.1.3

This commit is contained in:
R. Ryantm 2024-04-13 06:11:58 +00:00
parent 76e0e59bfa
commit 58c5e326e1

View File

@ -6,12 +6,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "hg-evolve"; pname = "hg-evolve";
version = "11.1.2"; version = "11.1.3";
format = "setuptools"; format = "setuptools";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-ug+T1sRSB+J5FyqzdTR7xZtvybhdzBZYI7g4rX14DHo="; hash = "sha256-WUPOok/tpZJSookzCIEHRKAlTzeZ6RJY0IiclgQUOs8=";
}; };
nativeCheckInputs = [ nativeCheckInputs = [