Skip to content

Commit

Permalink
toot: 0.38.1 -> 0.38.2
Browse files Browse the repository at this point in the history
  • Loading branch information
picnoir committed Nov 16, 2023
1 parent 577d7a6 commit c79cf2f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/applications/misc/toot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand All @@ -30,4 +30,3 @@ python3Packages.buildPythonApplication rec {
};

}

0 comments on commit c79cf2f

Please sign in to comment.