Skip to content

Commit

Permalink
python312Packages.aiovlc: 0.6.3 -> 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 8, 2024
1 parent 0bc7caf commit f1aabc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/aiovlc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@

buildPythonPackage rec {
pname = "aiovlc";
version = "0.6.3";
version = "0.6.5";
pyproject = true;

disabled = pythonOlder "3.11";

src = fetchFromGitHub {
owner = "MartinHjelmare";
repo = "aiovlc";
rev = "refs/tags/v${version}";
hash = "sha256-b4QtTR/p2wmVk4LZdkWwzM1odx1cxjUF08pV/zunTx4=";
tag = "v${version}";
hash = "sha256-tE+2jmIemDoWJCG4/zsoB3yXeUnFgob8LdCT/eiLZbY=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit f1aabc6

Please sign in to comment.