Merge pull request #135889 from r-ryantm/auto-update/python3.8-wurlitzer

python38Packages.wurlitzer: 2.1.1 -> 3.0.2
This commit is contained in:
Sandro 2021-08-28 01:04:51 +02:00 committed by GitHub
commit f058112fb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "wurlitzer";
version = "2.1.1";
version = "3.0.2";
src = fetchPypi {
inherit pname version;
sha256 = "5a3ea5a13a8aac2d808864087fec87a0518bf7d9776173ab06a6bb4ade9f4d27";
sha256 = "36051ac530ddb461a86b6227c4b09d95f30a1d1043de2b4a592e97ae8a84fcdf";
};
propagatedBuildInputs = lib.optionals isPy27 [ selectors2 ];