pyfa: 2.63.0 -> 2.63.1 (#414935)

Co-authored-by: Daholli <Daholli@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-09 08:13:35 +00:00 committed by GitHub
commit 1cc0cb7bae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
copyDesktopItems, copyDesktopItems,
}: }:
let let
version = "2.63.0"; version = "2.63.1";
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-2GLfI3NvhxsnxlApjRM+X+QoqkB8GE1WOgGibvK1k7M="; hash = "sha256-kpTJ7cgS/W0mUtplERiEYJA+FszPILCI+0AVbk6MVAA=";
}; };
desktopItems = [ desktopItems = [