python3Packages.fava-dashboards: 2.0.0b8 -> 2.0.0 (#530257)

This commit is contained in:
Bruno BELANYI
2026-06-10 13:23:28 +00:00
committed by GitHub
@@ -11,14 +11,14 @@
}:
buildPythonPackage rec {
pname = "fava-dashboards";
version = "2.0.0b8";
version = "2.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "andreasgerstmayr";
repo = "fava-dashboards";
tag = "v${version}";
hash = "sha256-OK7gMppM71ah7BfzpFbv2bhfqLrx5tv1zIH+InjKCgM=";
hash = "sha256-VmTdo6FUnGyy+7o5azE81SqQFsY4zaHzz7dK83SVbpg=";
};
build-system = [