pretalx.plugins.venueless: 1.3.0 -> 1.4.0

https://github.com/pretalx/pretalx-venueless/compare/v1.3.0...v1.4.0
This commit is contained in:
Martin Weinelt 2024-08-06 19:27:05 +02:00
parent 89e3ce7b75
commit dff5dd7d72
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pretalx-venueless";
version = "1.3.0";
version = "1.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pretalx";
repo = "pretalx-venueless";
rev = "v${version}";
hash = "sha256-h8o5q1roFm8Bct/Qf8obIJYkkGPcz3WJ15quxZH48H8=";
hash = "sha256-llgRa18hxVoRSwU5UH6w4sE2W5ozCZm4Btbia2y0LbE=";
};
nativeBuildInputs = [ gettext ];