Unverified Commit bb887416 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.pyroute2: 0.9.2 -> 0.9.4 (#434013)

parents f03ac9c2 960800b2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "pyroute2";
  version = "0.9.2";
  version = "0.9.4";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
    owner = "svinota";
    repo = "pyroute2";
    tag = version;
    hash = "sha256-46QpFW9Yo1fHH9m8hxpdPRMBdiE6ptWAWRcaizKjBOw=";
    hash = "sha256-D603ZrLbc/6REx6X0bMvZzeyo0fgTsFL7J+iRTiQLgQ=";
  };

  build-system = [ setuptools ];