Unverified Commit f6370c14 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

pyfa: 2.61.0 -> 2.61.3 (#364987)

parents bea69380 86f46d7c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
  gdk-pixbuf,
}:
let
  version = "2.61.0";
  version = "2.61.3";
in
python3Packages.buildPythonApplication rec {
  inherit version;
@@ -19,7 +19,7 @@ python3Packages.buildPythonApplication rec {
    owner = "pyfa-org";
    repo = "Pyfa";
    rev = "refs/tags/v${version}";
    hash = "sha256-VSuRQugUODc+LbhKbzsA09pnqPEIAt0pQS2An/p7r9A=";
    hash = "sha256-i8NcRTn817gqwQP6j0RPUJkq09eTI4nfe3EVqYnWRpo=";
  };

  build-system = [ python3Packages.setuptools ];