Skip to content

Commit

Permalink
pyfa: 2.61.0 -> 2.61.3 (NixOS#364987)
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst authored Dec 15, 2024
2 parents bea6938 + 86f46d7 commit f6370c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/py/pyfa/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
gdk-pixbuf,
}:
let
version = "2.61.0";
version = "2.61.3";
in
python3Packages.buildPythonApplication rec {
inherit version;
Expand All @@ -19,7 +19,7 @@ python3Packages.buildPythonApplication rec {
owner = "pyfa-org";
repo = "Pyfa";
rev = "refs/tags/v${version}";
hash = "sha256-VSuRQugUODc+LbhKbzsA09pnqPEIAt0pQS2An/p7r9A=";
hash = "sha256-i8NcRTn817gqwQP6j0RPUJkq09eTI4nfe3EVqYnWRpo=";
};

build-system = [ python3Packages.setuptools ];
Expand Down

0 comments on commit f6370c1

Please sign in to comment.