python310Packages.mastodon-py: 1.6.3 -> 1.7.0

authored by R. Ryantm and committed by Robert Schütz ceee0267 1442df21

+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.6.3"; 21 + version = "1.7.0"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "halcy"; 25 25 repo = "Mastodon.py"; 26 26 rev = "refs/tags/${version}"; 27 - sha256 = "sha256-bzacM5bJa936sBW+hgm9GOezW8cVY2oPaWApqjDYLSo="; 27 + sha256 = "sha256-QavgCWWiGmGnNoEX7pxzUyujEQObXhkaucv4FduZ/Vg="; 28 28 }; 29 29 30 30 postPatch = ''