python3Packages.netbox-qrcode: 0.0.19 -> 0.0.20

https://github.com/netbox-community/netbox-qrcode/releases/tag/v0.0.20

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:38 +01:00
parent ffe261d05a
commit 82a3289ab5
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "netbox-qrcode";
version = "0.0.19";
version = "0.0.20";
pyproject = true;
src = fetchFromGitHub {
owner = "netbox-community";
repo = "netbox-qrcode";
tag = "v${version}";
hash = "sha256-hrVnNEgLL3r1BtZdBaJu6H5b/tuXUxzGjKcITTopE60=";
hash = "sha256-7dPMpuJ2nuj9rRmVrfthD+xrEHoUaLFqDJWC6cGGCwY=";
};
build-system = [ setuptools ];