Unverified Commit 83a1b7cc authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

python3Packages.netbox-attachments: 10.0.1 -> 11.0.0b2 (#495801)

parents f7f03dc6 53bbfae4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
}:
buildPythonPackage rec {
  pname = "netbox-attachments";
  version = "10.0.1";
  version = "11.0.0b2";
  pyproject = true;

  disabled = python.pythonVersion != netbox.python.pythonVersion;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "Kani999";
    repo = "netbox-attachments";
    tag = "v${version}";
    hash = "sha256-ZsK6RKYkfzn6YSS9ern9QxLsRdcwzt8BmMdYGJTMOKM=";
    hash = "sha256-TaEzYUhuBBXYoCmB6bY/1n8KzyaXNbOMRGiDbMDroLw=";
  };

  build-system = [ setuptools ];