python: plac: 1.0.0 -> 1.1.0

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:42 +02:00
parent 1efa71616f
commit 48ab0776a8

View File

@ -16,7 +16,7 @@ buildPythonPackage rec {
cd doc
${python.interpreter} -m unittest discover -p "*test_plac*"
'';
meta = with stdenv.lib; {
description = "Parsing the Command Line the Easy Way";
homepage = https://github.com/micheles/plac;