13 buildPythonPackage rec {
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-5L0APSi/mJ85SuKCVz+c6Fn8zZNpRm6vCeBO0fpGKxg=";
35 changelog = "https://github.com/matplotlib/cycler/releases/tag/v${version}";
36 description = "Composable style cycles";
37 homepage = "https://github.com/matplotlib/cycler";
38 license = lib.licenses.bsd3;
39 maintainers = with lib.maintainers; [ fridh ];