3
0
Fork 0
forked from mirrors/nixpkgs

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

python310Packages.mastodon-py: 1.8.0 -> 1.8.1
This commit is contained in:
Weijia Wang 2023-05-27 01:47:31 +03:00 committed by GitHub
commit a8b950c3b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "mastodon-py";
version = "1.8.0";
version = "1.8.1";
format = "setuptools";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "halcy";
repo = "Mastodon.py";
rev = "refs/tags/${version}";
hash = "sha256-T/yG9LLdttBQ+9vCSit+pyQX/BPqqDXbrTcPfTAUu1U=";
hash = "sha256-r0AAUjd2MBfZANEpyztMNyaQTlGWvWoUVjJNO1eL218=";
};
postPatch = ''