Skip to content

Commit

Permalink
python312Packages.aiovlc: 0.5.0 -> 0.6.0 (#345386)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 30, 2024
2 parents 991c0e8 + e08b108 commit 576f49c
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 @@ -14,7 +14,7 @@

buildPythonPackage rec {
pname = "aiovlc";
version = "0.5.0";
version = "0.6.0";
pyproject = true;

disabled = pythonOlder "3.11";
Expand All @@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "MartinHjelmare";
repo = "aiovlc";
rev = "refs/tags/v${version}";
hash = "sha256-F66HGfbsve/jYyUEapUTVtLxaEIW63r3eNNk7mXOx5Y=";
hash = "sha256-2YG/m/z2xHUep2VJuCQs4+gGHUolj/u3kycpYZmUyBs=";
};

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

0 comments on commit 576f49c

Please sign in to comment.