python3Packages.fava-dashboards: 2.0.0b5 -> 2.0.0b7

This commit is contained in:
R. Ryantm
2026-04-03 15:47:33 +00:00
parent 5e227d1680
commit 7775ea813d
@@ -11,14 +11,14 @@
}:
buildPythonPackage rec {
pname = "fava-dashboards";
version = "2.0.0b5";
version = "2.0.0b7";
pyproject = true;
src = fetchFromGitHub {
owner = "andreasgerstmayr";
repo = "fava-dashboards";
tag = "v${version}";
hash = "sha256-OoXNGj+05qjsgmHQ9c18ZcVE8jESDRZeONK9hzAmAQs=";
hash = "sha256-DtytD8LA/DoyBwXjpSHaEzwf7YJscV0yvMn9EpL6eh8=";
};
build-system = [