Loading pkgs/development/python-modules/qrcode/default.nix +6 −4 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, fetchFromGitHub, pythonAtLeast, # build-system Loading @@ -23,9 +23,11 @@ buildPythonPackage rec { version = "8.2"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-NcPypBcrMxNqufaz7xwAJg3S9m+FjyTYhBigFfRGUGw="; src = fetchFromGitHub { owner = "lincolnloop"; repo = "python-qrcode"; tag = "v${version}"; hash = "sha256-qLIYUFnBJQGidnfC0bQAkO/aUmT94uXFMeMhnUgUnfQ="; }; build-system = [ poetry-core ]; Loading Loading
pkgs/development/python-modules/qrcode/default.nix +6 −4 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, fetchFromGitHub, pythonAtLeast, # build-system Loading @@ -23,9 +23,11 @@ buildPythonPackage rec { version = "8.2"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-NcPypBcrMxNqufaz7xwAJg3S9m+FjyTYhBigFfRGUGw="; src = fetchFromGitHub { owner = "lincolnloop"; repo = "python-qrcode"; tag = "v${version}"; hash = "sha256-qLIYUFnBJQGidnfC0bQAkO/aUmT94uXFMeMhnUgUnfQ="; }; build-system = [ poetry-core ]; Loading