Merge pull request #66159 from r-ryantm/auto-update/toot

toot: 0.21.0 -> 0.22.0
This commit is contained in:
Marek Mahut 2019-08-06 21:14:31 +02:00 committed by GitHub
commit 140157472e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, python3Packages }:
python3Packages.buildPythonApplication rec {
version = "0.21.0";
version = "0.22.0";
name = "toot-${version}";
src = fetchFromGitHub {
owner = "ihabunek";
repo = "toot";
rev = "${version}";
sha256 = "03s81i9rz7dn33r13p7j2c7yw874hkm64x7myddiqw9lc21fyzql";
sha256 = "11dgz082shxpbsxr4i41as040cfqinm5lbcg3bmsxqvc4hsz2nr5";
};
checkInputs = with python3Packages; [ pytest ];