Commit 9bbd3e63 authored by R. RyanTM's avatar R. RyanTM
Browse files

pyfa: 2.61.3 -> 2.62.1

parent ce52a4d8
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 = [