Merge pull request #200155 from r-ryantm/auto-update/python310Packages.mastodon-py

python310Packages.mastodon-py: 1.5.1 -> 1.5.2
This commit is contained in:
Fabian Affolter 2022-11-08 09:31:19 +01:00 committed by GitHub
commit 43a2c2f1a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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