python3Packages.cycler: 0.10.0 -> 0.11.0

This commit is contained in:
Jonathan Ringer 2021-11-25 14:46:43 -08:00
parent 4ff8cacdf2
commit 811e5c9340
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "cycler";
version = "0.10.0";
version = "0.11.0";
src = fetchPypi {
inherit pname version;
sha256 = "cd7b2d1018258d7247a71425e9f26463dfb444d411c39569972f4ce586b0c9d8";
sha256 = "9c87405839a19696e837b3b818fed3f5f69f16f1eec1a1ad77e043dcea9c772f";
};
checkInputs = [ coverage nose ];