Merge pull request #303780 from r-ryantm/auto-update/python311Packages.hg-evolve

python311Packages.hg-evolve: 11.1.2 -> 11.1.3
This commit is contained in:
Nick Cao 2024-04-17 10:41:04 -04:00 committed by GitHub
commit 9981e1b7eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [