Merge pull request #20470 from Mic92/qrcode
pythonPackages.qrcode: 5.1 -> 5.3
This commit is contained in:
commit
178bd65e0f
@ -25051,17 +25051,13 @@ in {
|
|||||||
|
|
||||||
qrcode = buildPythonPackage rec {
|
qrcode = buildPythonPackage rec {
|
||||||
name = "qrcode-${version}";
|
name = "qrcode-${version}";
|
||||||
version = "5.1";
|
version = "5.3";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/q/qrcode/${name}.tar.gz";
|
url = "mirror://pypi/q/qrcode/${name}.tar.gz";
|
||||||
sha256 = "0skzrvhjnnacrz52jml4i050vdx5lfcd3np172srxjaghdgfxg9k";
|
sha256 = "0kljfrfq0c2rmxf8am57333ia41kd0snbm2rnqbdy816hgpcq5a1";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Errors in several tests:
|
|
||||||
# TypeError: must be str, not bytes
|
|
||||||
disabled = isPy3k;
|
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ six pillow ];
|
propagatedBuildInputs = with self; [ six pillow ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user