Commit e6527ac2 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.netbox-qrcode: 0.0.18 -> 0.0.19

parent 90a49d00
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 ];