pretalx.plugins.youtube: 2.3.0 -> 2.5.0

https://github.com/pretalx/pretalx-youtube/compare/v2.3.0...v2.5.0
This commit is contained in:
Martin Weinelt
2025-12-04 01:37:09 +01:00
parent 0fa6228f79
commit 19d18fc089
+2 -2
View File
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pretalx-youtube";
version = "2.3.0";
version = "2.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pretalx";
repo = "pretalx-youtube";
rev = "v${version}";
hash = "sha256-5vQPFW0qABKQjFUvjMrtmIGEpMzLLbAOBA4GFqqBNw0=";
hash = "sha256-vOgzYxF3MHzzcUb8TMLRSyuRc6RHcxvCWxAFRFAf1Cs=";
};
build-system = [ setuptools ];