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

https://github.com/pretalx/pretalx-public-voting/compare/v1.6.0...v1.7.0
This commit is contained in:
Martin Weinelt 2024-10-22 00:10:49 +02:00
parent 4ae6e040d3
commit 765ef49d2f
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.6.0";
version = "1.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pretalx";
repo = "pretalx-public-voting";
rev = "v${version}";
hash = "sha256-1zxJ1b2CHfV2AVAneUJxurZ0L3QoMzuBf8c2wrj7yBA=";
hash = "sha256-ei6GgPPEXv9WVhh+4U+WDFCMsT4bND9O85cPLpPWMhQ=";
};
build-system = [ setuptools ];