toot: 0.27.0 -> 0.28.0 (#141354)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Matthias Beyer 2021-10-12 17:16:31 +02:00 committed by GitHub
parent 15847b4b4f
commit ff7c4a9417
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
{ lib, fetchFromGitHub, python3Packages }:
python3Packages.buildPythonApplication rec {
version = "0.27.0";
name = "toot-${version}";
pname = "toot";
version = "0.28.0";
src = fetchFromGitHub {
owner = "ihabunek";
repo = "toot";
rev = version;
sha256 = "197g9lvwg8qnsf18kifcqdj3cpfdnxz9vay766rn9bi4nfz0s6j2";
sha256 = "076r6l89gxjwxjpiklidcs8yajn5c2bnqjvbj4wc559iqdqj88lz";
};
checkInputs = with python3Packages; [ pytest ];