mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
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:
parent
eecbe2995a
commit
76530781c7
1 changed files with 2 additions and 2 deletions
|
@ -7,14 +7,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pretalx-public-voting";
|
pname = "pretalx-public-voting";
|
||||||
version = "1.7.0";
|
version = "1.7.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pretalx";
|
owner = "pretalx";
|
||||||
repo = "pretalx-public-voting";
|
repo = "pretalx-public-voting";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-ei6GgPPEXv9WVhh+4U+WDFCMsT4bND9O85cPLpPWMhQ=";
|
hash = "sha256-8l+ugonT0WTHyyMJnU3Vi2QVD2Xxpl286m3YEKu+Ij4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue