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

https://github.com/pretalx/pretalx-public-voting/compare/v1.7.0...v1.7.1
This commit is contained in:
Martin Weinelt 2025-05-28 17:50:28 +02:00
parent eecbe2995a
commit 76530781c7
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.7.0";
version = "1.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pretalx";
repo = "pretalx-public-voting";
rev = "v${version}";
hash = "sha256-ei6GgPPEXv9WVhh+4U+WDFCMsT4bND9O85cPLpPWMhQ=";
hash = "sha256-8l+ugonT0WTHyyMJnU3Vi2QVD2Xxpl286m3YEKu+Ij4=";
};
build-system = [ setuptools ];