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

This commit is contained in:
R. Ryantm
2026-02-13 06:22:33 +00:00
parent 32503a1ab2
commit a7afca7e48
@@ -11,14 +11,14 @@
}:
buildPythonPackage rec {
pname = "fava-dashboards";
version = "2.0.0b4";
version = "2.0.0b5";
pyproject = true;
src = fetchFromGitHub {
owner = "andreasgerstmayr";
repo = "fava-dashboards";
tag = "v${version}";
hash = "sha256-A00zKQ1vOMCrq/7onyKjf3+rj55dEXd0JvZBY2Ee568=";
hash = "sha256-OoXNGj+05qjsgmHQ9c18ZcVE8jESDRZeONK9hzAmAQs=";
};
build-system = [