Unverified Commit 07340dc6 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #261347 from fabaff/aiovlc-bump

python311Packages.aiovlc: 0.3.0 -> 0.3.2
parents 1bdb15de 3090fd1f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "aiovlc";
  version = "0.3.0";
  version = "0.3.2";
  format = "setuptools";

  disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "MartinHjelmare";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-ZFLNgPxR5N+hI988POCYJD9QGivs1fYysyFtmxsJQaA=";
    hash = "sha256-+IpWX661Axl2Ke1NGN6W9CMMQMEu7EQ/2PeRkkByAxI=";
  };

  postPatch = ''