pyfa: 2.64.1 -> 2.64.2 (#449823)

This commit is contained in:
Colin
2025-10-11 04:54:23 +00:00
committed by GitHub

View File

@@ -10,7 +10,7 @@
copyDesktopItems, copyDesktopItems,
}: }:
let let
version = "2.64.1"; version = "2.64.2";
in in
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
inherit version; inherit version;
@@ -21,7 +21,7 @@ python3Packages.buildPythonApplication rec {
owner = "pyfa-org"; owner = "pyfa-org";
repo = "Pyfa"; repo = "Pyfa";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-qqfJ8nYI1y74sGJDbwrq0mT03em62BmU+y6GPmUUIIo="; hash = "sha256-82zXMcIQPXTjMnKwhfpkm2apwDXLwKpbyglah6yHz/E=";
}; };
desktopItems = [ desktopItems = [