pretalx.plugins.youtube: 2.2.0 -> 2.3.0

https://github.com/pretalx/pretalx-youtube/compare/v2.2.0...v2.3.0
This commit is contained in:
Martin Weinelt 2024-10-22 00:11:24 +02:00
parent ca52c2f09e
commit 11d423c613
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pretalx-youtube";
version = "2.2.0";
version = "2.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pretalx";
repo = "pretalx-youtube";
rev = "v${version}";
hash = "sha256-cTxkFSK84NRn7Z2uWYBJ2NvQ3pOsUbdZDg6XE5yswPg=";
hash = "sha256-5vQPFW0qABKQjFUvjMrtmIGEpMzLLbAOBA4GFqqBNw0=";
};
build-system = [ setuptools ];