Unverified Commit 5ad2def3 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

python312Packages.aiortsp: 1.3.7 -> 1.4.0 (#344909)

parent 06e72889
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "aiortsp";
  version = "1.3.7";
  version = "1.4.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "marss";
    repo = "aiortsp";
    rev = version;
    hash = "sha256-bxfnKAzMYh0lhS3he617eGhO7hmNbiwEYHh8k/PZ6r4=";
    rev = "refs/tags/v${version}";
    hash = "sha256-/ydsu+53WOocdWk3AW0/cXBEx1qAlhIC0LUDy459pbQ=";
  };

  nativeBuildInputs = [ setuptools ];