cobang: add python dependency and update (#521537)

This commit is contained in:
Aleksana
2026-05-21 12:02:17 +00:00
committed by GitHub
+3 -2
View File
@@ -18,14 +18,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "cobang";
version = "2.3.1";
version = "2.5.2";
pyproject = false; # Built with meson
src = fetchFromGitHub {
owner = "hongquan";
repo = "CoBang";
tag = "v${finalAttrs.version}";
hash = "sha256-8qnF1w4zNYdH3QrzBnNjsPnOSMMD48H2tcTxPkemGEM=";
hash = "sha256-q28pSvEqWy56qNh7aE05PB6l3Hpu7eazz52REmQDYhY=";
};
nativeBuildInputs = [
@@ -59,6 +59,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
pygobject3
python-zbar
qrcode
typing-extensions
];
# Wrapping this manually for SVG recognition