Unverified Commit 0bf41acf authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

pyfa: 2.61.3 -> 2.62.1 (#389843)



Co-authored-by: default avatarToasterUwU <aki@toasteruwu.com>
parents 6da7a5c4 9bbd3e63
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
  copyDesktopItems,
}:
let
  version = "2.61.3";
  version = "2.62.1";
in
python3Packages.buildPythonApplication rec {
  inherit version;
@@ -21,7 +21,7 @@ python3Packages.buildPythonApplication rec {
    owner = "pyfa-org";
    repo = "Pyfa";
    tag = "v${version}";
    hash = "sha256-i8NcRTn817gqwQP6j0RPUJkq09eTI4nfe3EVqYnWRpo=";
    hash = "sha256-yNMqP4YsfwTrf92wizstBXiTbhxAwIFoml4CUecqjbo=";
  };

  desktopItems = [