Skip to content

Commit

Permalink
fava: 1.29 -> 1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
alapshin committed Jan 6, 2025
1 parent f5a0f1b commit fe75759
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/by-name/fa/fava/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

python3Packages.buildPythonApplication rec {
pname = "fava";
version = "1.29";
version = "1.30";
pyproject = true;

src = fetchPypi {
inherit pname version;
hash = "sha256-UZZ142FchYXqPtHb6EWnKjV+xtJ0Gvu+SovTH6+kVn8=";
hash = "sha256-HBvsFflKGPVlHc9pHB8VCGGD1WLDT9TbjL1V41C3hKU=";
};

postPatch = ''
Expand All @@ -24,6 +24,8 @@ python3Packages.buildPythonApplication rec {
dependencies = with python3Packages; [
babel
beancount
beangulp
beanquery
cheroot
click
flask
Expand Down

0 comments on commit fe75759

Please sign in to comment.