Merge pull request #117700 from r-ryantm/auto-update/python3.8-manhole

python38Packages.manhole: 1.6.0 -> 1.7.0
This commit is contained in:
Ryan Mulligan 2021-04-09 20:53:02 -07:00 committed by GitHub
commit 9d42670134
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "manhole";
version = "1.6.0";
version = "1.7.0";
src = fetchPypi {
inherit pname version;
sha256 = "d4ab98198481ed54a5b95c0439f41131f56d7d3755eedaedce5a45ca7ff4aa42";
sha256 = "224985bf1dd032f2dc0ca4107f727835b6f50e1df6d78781d6c9f4cae8b585e2";
};
# test_help expects architecture-dependent Linux signal numbers.