Commit c79cf2f6 authored by Félix Baylac Jacqué's avatar Félix Baylac Jacqué
Browse files

toot: 0.38.1 -> 0.38.2

parent 577d7a69
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

python3Packages.buildPythonApplication rec {
  pname = "toot";
  version = "0.38.1";
  version = "0.38.2";

  src = fetchFromGitHub {
    owner  = "ihabunek";
    repo   = "toot";
    rev = "refs/tags/${version}";
    sha256 = "sha256-gT9xKFanQhptt46nkdzYsZ6Vu0Nab0oRsvEHVRNf8DQ=";
    sha256 = "sha256-0L/5i+m0rh1VjsZ0N2cshi+Nw951ASjMf5y6JxV53ko=";
  };

  nativeCheckInputs = with python3Packages; [ pytest ];
@@ -30,4 +30,3 @@ python3Packages.buildPythonApplication rec {
  };

}