We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbcbee commit 89f09afCopy full SHA for 89f09af
pkgs/development/python-modules/qrcode/default.nix
@@ -20,12 +20,12 @@
20
21
buildPythonPackage rec {
22
pname = "qrcode";
23
- version = "8.0";
+ version = "8.1";
24
pyproject = true;
25
26
src = fetchPypi {
27
inherit pname version;
28
- hash = "sha256-AlzisVD3/kKW0Rbum61FWmZDq09ufc5UFhOkdYy840c=";
+ hash = "sha256-6N9zyvcsO6zj6T2foK9ap4Jn1PP1vHqxsgjycWBaXkg=";
29
};
30
31
build-system = [ poetry-core ];
0 commit comments