wger: bump

This commit is contained in:
eyjhb 2025-03-03 11:03:16 +01:00
parent 24746a608e
commit 5aea8b7afb
Signed by: eyjhb
GPG key ID: 609F508E3239F920

View file

@ -11,14 +11,14 @@ let
frontend = callPackage ./frontend.nix {};
in python3.pkgs.buildPythonPackage rec {
pname = "wger";
version = "unstable-2024-12-30";
version = "unstable-2025-02-28";
pyproject = true;
src = fetchFromGitHub {
owner = "wger-project";
repo = "wger";
rev = "30871d621fa6e732f07bd33d4112b99539974e5f";
hash = "sha256-WcycWbzKug8vUfNnUDhvgmj1kUCpT1P1YJBfdIC1H9g=";
rev = "b01923bf0d581859e0c31a44332b8670c6e48b60";
hash = "sha256-3l3B3UBQJ45wCHPjAsyG1/V79W03q6Fl2Mwb3R23enQ=";
};
build-system = [