Unverified Commit 77b11b22 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Revert "python3Packages.netbox-contract: 2.3.2 -> 2.4.0"

parent 48246c99
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
}:
buildPythonPackage rec {
  pname = "netbox-contract";
  version = "2.4.0";
  version = "2.3.2";
  pyproject = true;

  disabled = pythonAtLeast "3.13";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "mlebreuil";
    repo = "netbox-contract";
    tag = "v${version}";
    hash = "sha256-duA53cuJ3q6CRp239xNMXQhGZHGn7IBIGNLoxt7hZh8=";
    hash = "sha256-e3N0m+oj2CMUXwI4dF/tXA+Lz+9+ZlbJAy+zHoRDNtw=";
  };

  build-system = [ setuptools ];
@@ -43,7 +43,7 @@ buildPythonPackage rec {
  meta = {
    description = "Contract plugin for netbox";
    homepage = "https://github.com/mlebreuil/netbox-contract";
    changelog = "https://github.com/mlebreuil/netbox-contract/releases/tag/${src.tag}";
    changelog = "https://github.com/mlebreuil/netbox-contract/releases/tag/${src.rev}";
    license = lib.licenses.mit;
    platforms = lib.platforms.linux;
    maintainers = with lib.maintainers; [ felbinger ];