python310Packages.mastodon-py: 1.7.0 -> 1.8.0

https://github.com/halcy/Mastodon.py/releases/tag/1.8.0
This commit is contained in:
Robert Schütz 2022-12-10 12:18:07 -08:00 committed by Robert Schütz
parent 9630cb38d9
commit 9a6a5c7cf9

View file

@ -18,13 +18,15 @@
buildPythonPackage rec {
pname = "mastodon-py";
version = "1.7.0";
version = "1.8.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "halcy";
repo = "Mastodon.py";
rev = "refs/tags/${version}";
sha256 = "sha256-QavgCWWiGmGnNoEX7pxzUyujEQObXhkaucv4FduZ/Vg=";
hash = "sha256-T/yG9LLdttBQ+9vCSit+pyQX/BPqqDXbrTcPfTAUu1U=";
};
postPatch = ''
@ -53,6 +55,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "mastodon" ];
meta = with lib; {
changelog = "https://github.com/halcy/Mastodon.py/blob/${src.rev}/CHANGELOG.rst";
description = "Python wrapper for the Mastodon API";
homepage = "https://github.com/halcy/Mastodon.py";
license = licenses.mit;