Unverified Commit eb21d125 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

pyfa: 2.65.2 -> 2.65.4 (#480970)

parents 50baa830 772443df
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
  copyDesktopItems,
}:
let
  version = "2.65.2";
  version = "2.65.4";
in
python3Packages.buildPythonApplication rec {
  inherit version;
@@ -22,7 +22,7 @@ python3Packages.buildPythonApplication rec {
    owner = "pyfa-org";
    repo = "Pyfa";
    tag = "v${version}";
    hash = "sha256-W3HQ6x9WXYXCczVj+3MBhEnkoDgJUJ6oZal1N4iDjdg=";
    hash = "sha256-dBJmtKZD2MvQjLhz2Jcn/ldAEbo0wllXDItQu5pyrW8=";
  };

  desktopItems = [