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

pyfa: 2.62.3 -> 2.63.0 (#411648)

parents b1380bd1 8c28147a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
  copyDesktopItems,
}:
let
  version = "2.62.3";
  version = "2.63.0";
in
python3Packages.buildPythonApplication rec {
  inherit version;
@@ -21,7 +21,7 @@ python3Packages.buildPythonApplication rec {
    owner = "pyfa-org";
    repo = "Pyfa";
    tag = "v${version}";
    hash = "sha256-PqiwZwok7Mv1M4txU3D5MZYu8WxDCetLmvTqZ30rypY=";
    hash = "sha256-2GLfI3NvhxsnxlApjRM+X+QoqkB8GE1WOgGibvK1k7M=";
  };

  desktopItems = [