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
1 changed files with 2 additions and 2 deletions

View File

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