python3Packages.py: 1.10.0 -> 1.11.0

This commit is contained in:
Jonathan Ringer 2021-11-25 14:47:06 -08:00
parent b1b1d64f99
commit 9a8ef65d8b
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "py";
version = "1.10.0";
version = "1.11.0";
src = fetchPypi {
inherit pname version;
sha256 = "21b81bda15b66ef5e1a777a21c4dcd9c20ad3efd0b3f817e7a809035269e1bd3";
sha256 = "51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719";
};
# Circular dependency on pytest