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

toot: 0.25.0 -> 0.25.2
This commit is contained in:
Ryan Mulligan 2020-02-07 05:05:41 -08:00 committed by GitHub
commit 6a586f3562
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.25.0";
version = "0.25.2";
name = "toot-${version}";
src = fetchFromGitHub {
owner = "ihabunek";
repo = "toot";
rev = version;
sha256 = "0padc5jbr55spgbp4avk2kj3if52vzn8dg4ch5jc3h5fvb9l8xz1";
sha256 = "0g18x8pbwhk2d3aphah6dqqbhz62k48pwx63flsnqd4brccd0jkh";
};
checkInputs = with python3Packages; [ pytest ];