pretalx.plugins.public-voting: 1.5.0 -> 1.6.0

https://github.com/pretalx/pretalx-public-voting/compare/v1.5.0...v1.6.0
This commit is contained in:
Martin Weinelt 2024-08-06 19:26:44 +02:00
parent d17feedef7
commit 89e3ce7b75
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pretalx-public-voting";
version = "1.5.0";
version = "1.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pretalx";
repo = "pretalx-public-voting";
rev = "v${version}";
hash = "sha256-0dSnUVXtWEuu+m5PyFjjM2WVYE3+cNqZYlMkRQlI+2U=";
hash = "sha256-1zxJ1b2CHfV2AVAneUJxurZ0L3QoMzuBf8c2wrj7yBA=";
};
build-system = [ setuptools ];