Merge pull request #115935 from r-ryantm/auto-update/python3.8-hg-evolve

python38Packages.hg-evolve: 10.1.0 -> 10.2.0.post1
This commit is contained in:
Sandro 2021-03-21 21:21:43 +01:00 committed by GitHub
commit 12656d8a72
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.1.0";
version = "10.2.0.post1";
src = fetchPypi {
inherit pname version;
sha256 = "a386e6ee2d9a0e332a49f1cb210c4c11ba9844bcd52808270f48e688314783d8";
sha256 = "391aa877a61ed04c58b8d82d465b3771f632bb9b19f22cbf18f0e5a1f42f8d4e";
};
doCheck = false;