forked from mirrors/nixpkgs
toot: 0.27.0 -> 0.28.0 (#141354)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
15847b4b4f
commit
ff7c4a9417
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue