Skip to content

Commit ec93fe4

Browse files
r-ryantmToasterUwU
authored andcommittedMar 22, 2025
pyfa: 2.61.3 -> 2.62.1
1 parent 91f8a90 commit ec93fe4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/by-name/py/pyfa/package.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
gdk-pixbuf,
99
}:
1010
let
11-
version = "2.61.3";
11+
version = "2.62.1";
1212
in
1313
python3Packages.buildPythonApplication rec {
1414
inherit version;
@@ -18,8 +18,8 @@ python3Packages.buildPythonApplication rec {
1818
src = fetchFromGitHub {
1919
owner = "pyfa-org";
2020
repo = "Pyfa";
21-
rev = "refs/tags/v${version}";
22-
hash = "sha256-i8NcRTn817gqwQP6j0RPUJkq09eTI4nfe3EVqYnWRpo=";
21+
tag = "v${version}";
22+
hash = "sha256-yNMqP4YsfwTrf92wizstBXiTbhxAwIFoml4CUecqjbo=";
2323
};
2424

2525
build-system = [ python3Packages.setuptools ];

0 commit comments

Comments
 (0)
Failed to load comments.