fedifetcher: 7.1.4 -> 7.1.5

Diff: https://github.com/nanos/FediFetcher/compare/refs/tags/v7.1.4...v7.1.5
This commit is contained in:
Sandro Jäckel 2024-07-09 15:59:47 +02:00
parent 9037d56901
commit a6dd1e7035
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -2,14 +2,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "fedifetcher";
version = "7.1.4";
version = "7.1.5";
format = "other";
src = fetchFromGitHub {
owner = "nanos";
repo = "FediFetcher";
rev = "refs/tags/v${version}";
hash = "sha256-/iAmX2kBYJgtsz7b817UqLXkwVwXi7EY4KL0ZYxXYBw=";
hash = "sha256-dOo4QQCEGm7nZCC4k1M66wERrw+hKduvEJZIm1pEFqk=";
};
propagatedBuildInputs = with python3.pkgs; [