Skip to content

Commit

Permalink
Merge pull request #200155 from r-ryantm/auto-update/python310Package…
Browse files Browse the repository at this point in the history
…s.mastodon-py

python310Packages.mastodon-py: 1.5.1 -> 1.5.2
  • Loading branch information
fabaff authored Nov 8, 2022
2 parents 16966f1 + 3cf7116 commit 43a2c2f
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 43a2c2f

Please sign in to comment.