pythonPackages.shippai: 0.3.0 -> 0.3.2

This commit is contained in:
R. RyanTM 2018-12-24 09:37:21 -08:00 committed by Gabriel Ebner
parent bd12f74827
commit 0063acf4df

View File

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "shippai";
# Please make sure that vdirsyncer still builds if you update this package.
version = "0.2.4";
version = "0.3.2";
src = fetchPypi {
inherit pname version;
sha256 = "87cc9899212d917031853becd7cb14808181289c3c329b1418e9b4b6aae93c80";
sha256 = "0r6iwvmay8ygn2m15pyjrk9am4mfpk7rkf0lcbcb15pnabixlyzj";
};
meta = with stdenv.lib; {