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

python310Packages.mastodon-py: 1.8.0 -> 1.8.1

authored by Weijia Wang and committed by GitHub a8b950c3 8975b27b

+2 -2
+2 -2
pkgs/development/python-modules/mastodon-py/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "mastodon-py"; 21 - version = "1.8.0"; 21 + version = "1.8.1"; 22 22 23 23 format = "setuptools"; 24 24 ··· 26 26 owner = "halcy"; 27 27 repo = "Mastodon.py"; 28 28 rev = "refs/tags/${version}"; 29 - hash = "sha256-T/yG9LLdttBQ+9vCSit+pyQX/BPqqDXbrTcPfTAUu1U="; 29 + hash = "sha256-r0AAUjd2MBfZANEpyztMNyaQTlGWvWoUVjJNO1eL218="; 30 30 }; 31 31 32 32 postPatch = ''