Skip to content

Commit 89f09af

Browse files
committed
python3Packages.qrcode: 8.0 -> 8.1
1 parent 9cbcbee commit 89f09af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/qrcode/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020

2121
buildPythonPackage rec {
2222
pname = "qrcode";
23-
version = "8.0";
23+
version = "8.1";
2424
pyproject = true;
2525

2626
src = fetchPypi {
2727
inherit pname version;
28-
hash = "sha256-AlzisVD3/kKW0Rbum61FWmZDq09ufc5UFhOkdYy840c=";
28+
hash = "sha256-6N9zyvcsO6zj6T2foK9ap4Jn1PP1vHqxsgjycWBaXkg=";
2929
};
3030

3131
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)