Unverified Commit 4a5817c4 authored by rogarb's avatar rogarb Committed by GitHub
Browse files

toot: 0.34.1 -> 0.36.0 (#227688)

parent 1754b34d
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.34.1";
  version = "0.36.0";

  src = fetchFromGitHub {
    owner  = "ihabunek";
    repo   = "toot";
    rev = "refs/tags/${version}";
    sha256 = "sha256-5LTd3FPodYxMm4zZJsAfO0O1Y0AXUxaz+ZtEh6b5Etw=";
    sha256 = "sha256-gEQA9PASSKAMqulOaK8ynBXX7BdptY1uwdS1tOf3/Jc=";
  };

  nativeCheckInputs = with python3Packages; [ pytest ];