Skip to content

Commit 6fc8903

Browse files
authored
cobang: 1.9.1 -> 2.3.1 (NixOS#468707)
2 parents 5b5557b + 5bf5d15 commit 6fc8903

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkgs/by-name/co/cobang/package.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818

1919
python3Packages.buildPythonApplication rec {
2020
pname = "cobang";
21-
version = "1.9.1";
21+
version = "2.3.1";
2222
pyproject = false; # Built with meson
2323

2424
src = fetchFromGitHub {
2525
owner = "hongquan";
2626
repo = "CoBang";
2727
tag = "v${version}";
28-
hash = "sha256-jF6hWpOPbJKRyUWRyZdp4OziCdJupyFpNdrsiOdjByA=";
28+
hash = "sha256-8qnF1w4zNYdH3QrzBnNjsPnOSMMD48H2tcTxPkemGEM=";
2929
};
3030

3131
nativeBuildInputs = [
@@ -58,6 +58,7 @@ python3Packages.buildPythonApplication rec {
5858
pillow
5959
pygobject3
6060
python-zbar
61+
qrcode
6162
];
6263

6364
# Wrapping this manually for SVG recognition

0 commit comments

Comments
 (0)