Unverified Commit 7b87de7d authored by Attila Oláh's avatar Attila Oláh
Browse files

python3Packages.qrcode: 8.1 -> 8.2

parent 89f09af3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,12 +20,12 @@

buildPythonPackage rec {
  pname = "qrcode";
  version = "8.1";
  version = "8.2";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-6N9zyvcsO6zj6T2foK9ap4Jn1PP1vHqxsgjycWBaXkg=";
    hash = "sha256-NcPypBcrMxNqufaz7xwAJg3S9m+FjyTYhBigFfRGUGw=";
  };

  build-system = [ poetry-core ];