Skip to content

Commit

Permalink
python310Packages.mastodon-py: 1.5.1 -> 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 8, 2022
1 parent 3867b2f commit 3cf7116
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/mastodon-py/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@

buildPythonPackage rec {
pname = "mastodon-py";
version = "1.5.1";
version = "1.5.2";

src = fetchFromGitHub {
owner = "halcy";
repo = "Mastodon.py";
rev = version;
sha256 = "044iqydw69a6xpz2hdjv1fc6a9b7bqdpnh3b33xqbks9d2415ddm";
rev = "refs/tags/${version}";
sha256 = "sha256-C1xkdM47WS31Eh8VXHd49x2QeizZAuvAcSnHGiZPLCE=";
};

postPatch = ''
Expand Down

0 comments on commit 3cf7116

Please sign in to comment.