pyfa: 2.61.0 -> 2.61.3 (#364987)

This commit is contained in:
Arne Keller
2024-12-15 14:06:50 +01:00
committed by GitHub
+2 -2
View File
@@ -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 ];