python310Packages.mastodon-py: 1.5.1 -> 1.5.2

This commit is contained in:
R. Ryantm 2022-11-08 07:06:42 +00:00
parent 3867b2f0a8
commit 3cf711696e

View File

@ -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 = ''