We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6da7a5c + 9bbd3e6 commit 0bf41acCopy full SHA for 0bf41ac
pkgs/by-name/py/pyfa/package.nix
@@ -10,7 +10,7 @@
10
copyDesktopItems,
11
}:
12
let
13
- version = "2.61.3";
+ version = "2.62.1";
14
in
15
python3Packages.buildPythonApplication rec {
16
inherit version;
@@ -21,7 +21,7 @@ python3Packages.buildPythonApplication rec {
21
owner = "pyfa-org";
22
repo = "Pyfa";
23
tag = "v${version}";
24
- hash = "sha256-i8NcRTn817gqwQP6j0RPUJkq09eTI4nfe3EVqYnWRpo=";
+ hash = "sha256-yNMqP4YsfwTrf92wizstBXiTbhxAwIFoml4CUecqjbo=";
25
};
26
27
desktopItems = [
0 commit comments