Unverified Commit f1f3de23 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python3Packages.netbox-qrcode: 0.0.18 -> 0.0.19 (#441271)

parents 6b073dbd e6527ac2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "netbox-qrcode";
  version = "0.0.18";
  version = "0.0.19";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "netbox-community";
    repo = "netbox-qrcode";
    tag = "v${version}";
    hash = "sha256-8PPab0sByr03zoSI2d+BpxeTnLHmbN+4c+s99x+yNvA=";
    hash = "sha256-hrVnNEgLL3r1BtZdBaJu6H5b/tuXUxzGjKcITTopE60=";
  };

  build-system = [ setuptools ];