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 89f09af commit 7b87de7Copy full SHA for 7b87de7
pkgs/development/python-modules/qrcode/default.nix
@@ -20,12 +20,12 @@
20
21
buildPythonPackage rec {
22
pname = "qrcode";
23
- version = "8.1";
+ version = "8.2";
24
pyproject = true;
25
26
src = fetchPypi {
27
inherit pname version;
28
- hash = "sha256-6N9zyvcsO6zj6T2foK9ap4Jn1PP1vHqxsgjycWBaXkg=";
+ hash = "sha256-NcPypBcrMxNqufaz7xwAJg3S9m+FjyTYhBigFfRGUGw=";
29
};
30
31
build-system = [ poetry-core ];
0 commit comments