toot: 0.16.2 -> 0.17.1

This commit is contained in:
Matthias Beyer 2018-01-16 11:50:25 +01:00
parent 2995066e9b
commit fd00da5205

View File

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, python3Packages }:
python3Packages.buildPythonApplication rec {
version = "0.16.2";
version = "0.17.1";
name = "toot-${version}";
src = fetchFromGitHub {
owner = "ihabunek";
repo = "toot";
rev = "${version}";
sha256 = "19n6rmm44y24zvkpk56vd2xmx49sn6wc5qayi1jm83jlnlbbwfh7";
sha256 = "05fzsakm089bn03z8gip6yp4xfmwa054v40x2f3gqpl04r504gis";
};
checkInputs = with python3Packages; [ pytest ];