Skip to content

Commit

Permalink
Merge pull request NixOS#261347 from fabaff/aiovlc-bump
Browse files Browse the repository at this point in the history
python311Packages.aiovlc: 0.3.0 -> 0.3.2
  • Loading branch information
marsam authored Oct 16, 2023
2 parents 1bdb15d + 3090fd1 commit 07340dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aiovlc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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

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

postPatch = ''
Expand Down

0 comments on commit 07340dc

Please sign in to comment.