Merge pull request #102434 from r-ryantm/auto-update/python2.7-hg-evolve

python27Packages.hg-evolve: 10.0.2 -> 10.1.0
This commit is contained in:
Mario Rodas 2020-11-02 18:11:02 -05:00 committed by GitHub
commit 9338d75539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "hg-evolve";
version = "10.0.2";
version = "10.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "75892623258339613528df45dcd1004786bf73e8d95407886d79bc4567fbde4d";
sha256 = "a386e6ee2d9a0e332a49f1cb210c4c11ba9844bcd52808270f48e688314783d8";
};
doCheck = false;