Skip to content

Commit f7c40b3

Browse files
authored
python3Packages.fava-dashboards: 2.0.0b5 -> 2.0.0b7 (#506329)
2 parents 1fac383 + 7775ea8 commit f7c40b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/development/python-modules/fava-dashboards

pkgs/development/python-modules/fava-dashboards/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
}:
1212
buildPythonPackage rec {
1313
pname = "fava-dashboards";
14-
version = "2.0.0b5";
14+
version = "2.0.0b7";
1515
pyproject = true;
1616

1717
src = fetchFromGitHub {
1818
owner = "andreasgerstmayr";
1919
repo = "fava-dashboards";
2020
tag = "v${version}";
21-
hash = "sha256-OoXNGj+05qjsgmHQ9c18ZcVE8jESDRZeONK9hzAmAQs=";
21+
hash = "sha256-DtytD8LA/DoyBwXjpSHaEzwf7YJscV0yvMn9EpL6eh8=";
2222
};
2323

2424
build-system = [

0 commit comments

Comments
 (0)