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

python310Packages.mastodon-py: 1.5.2 -> 1.6.1
This commit is contained in:
Fabian Affolter 2022-11-18 10:48:30 +01:00 committed by GitHub
commit 18ea5f0272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -18,13 +18,13 @@
buildPythonPackage rec {
pname = "mastodon-py";
version = "1.5.2";
version = "1.6.1";
src = fetchFromGitHub {
owner = "halcy";
repo = "Mastodon.py";
rev = "refs/tags/${version}";
sha256 = "sha256-C1xkdM47WS31Eh8VXHd49x2QeizZAuvAcSnHGiZPLCE=";
sha256 = "sha256-ip2TT5ISOS6HJOnTWajOR5Bajs8ba9QX1EIuPmdHLsE=";
};
postPatch = ''

View File

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "mastodon-archive";
version = "1.3.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "kensanata";
repo = "mastodon-backup";
rev = "v${version}";
sha256 = "1dlrkygywxwm6xbn0pnfwd3f7641wnvxdyb5qihbsf62w1w08x8r";
hash = "sha256-b4bYQshz7mwxEfpRYV7ze4C8hz58R9cVp58wHvGFb0A=";
};
propagatedBuildInputs = with python3.pkgs; [