Merge pull request #142614 from fabaff/bump-hole

python3Packages.hole: 0.5.1 -> 0.6.0
This commit is contained in:
Fabian Affolter 2021-10-23 21:05:28 +02:00 committed by GitHub
commit ccd992fc16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "hole";
version = "0.5.1";
version = "0.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "065fxc0l16j8xkjd0y0qar9cmqmjyp8jcshakbakldkfscpx3s5m";
sha256 = "sha256-T6U6WVx+5+/UaSS2mMmjAjWu67ut+YGpq2ooP9YEazI=";
};
propagatedBuildInputs = [