froide: 0-unstable-2025-07-01 -> 0-unstable-2025-09-10

This commit is contained in:
Jonas Heinrich
2025-09-16 14:37:54 +02:00
parent b467d83887
commit a746790590
+3 -3
View File
@@ -39,14 +39,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "froide";
version = "0-unstable-2025-07-01";
version = "0-unstable-2025-09-10";
pyproject = true;
src = fetchFromGitHub {
owner = "okfde";
repo = "froide";
rev = "362bddb5a8fdfe762d59cdebd29016568c9531b2";
hash = "sha256-c8I/FvXQSkAeacxMQJCpCMKFueNEnLI4R0ElqRbVbNg=";
rev = "826415bbc402c3b71c62477f5eed112787169c95";
hash = "sha256-K9TMtDfYP6v/lbL7SXeHBa6EngK+fsHgU13C1hat/K0=";
};
patches = [ ./django_42_storages.patch ];