pretalx.plugins.downstream: 1.3.0 -> 1.3.1

https://github.com/pretalx/pretalx-downstream/compare/v1.3.0...v1.3.1
This commit is contained in:
Martin Weinelt 2024-10-22 00:10:04 +02:00
parent 7d2fd18921
commit 85e7cee3fe
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pretalx-downstream";
version = "1.3.0";
version = "1.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pretalx";
repo = "pretalx-downstream";
rev = "v${version}";
hash = "sha256-xpacfU655vg6g1rD4uteeizj+Bll4fgI0AEddaGiCLE=";
hash = "sha256-Q9519jNKQUeNCHg3ivjYyQm1ePMxp/bhtcJAselQiiM=";
};
build-system = [ setuptools ];