Unverified Commit 85858378 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

Merge pull request #244126 from trofi/toot-update

toot: 0.36.0 -> 0.37.0
parents 5a2c27c8 420a207d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

python3Packages.buildPythonApplication rec {
  pname = "toot";
  version = "0.36.0";
  version = "0.37.0";

  src = fetchFromGitHub {
    owner  = "ihabunek";
    repo   = "toot";
    rev = "refs/tags/${version}";
    sha256 = "sha256-gEQA9PASSKAMqulOaK8ynBXX7BdptY1uwdS1tOf3/Jc=";
    sha256 = "sha256-NmxBiFLjAW4kwuChbgR5VsAOpgE6sJOO/MmfRhotb40=";
  };

  nativeCheckInputs = with python3Packages; [ pytest ];