gradia: 1.9.0 -> 1.11.1

This commit is contained in:
Pascal Dietrich
2025-11-14 22:14:04 +01:00
parent cb6f7d3ca6
commit 41033fc10d
+3 -2
View File
@@ -22,14 +22,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "gradia";
version = "1.9.0";
version = "1.11.1";
pyproject = false;
src = fetchFromGitHub {
owner = "AlexanderVanhee";
repo = "Gradia";
tag = "v${version}";
hash = "sha256-iDldzS7LLJ/+CfKBpD50LW/YrZ2xb8aqZI9Bs1AOcCM=";
hash = "sha256-2PSpFmojAIyDNx5yYrLE3CjO/q5iBArmIRikxCGW1HM=";
};
nativeBuildInputs = [
@@ -54,6 +54,7 @@ python3Packages.buildPythonApplication rec {
dependencies = with python3Packages; [
pygobject3
pillow
pytesseract
];
postInstall = ''