mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 15:14:13 +00:00
pretalx.plugins.downstream: 1.2.0 -> 1.3.0
https://github.com/pretalx/pretalx-downstream/compare/v1.2.0...v1.3.0
This commit is contained in:
parent
45b32e82bd
commit
950ae73b83
@ -7,14 +7,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pretalx-downstream";
|
pname = "pretalx-downstream";
|
||||||
version = "1.2.0";
|
version = "1.3.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pretalx";
|
owner = "pretalx";
|
||||||
repo = "pretalx-downstream";
|
repo = "pretalx-downstream";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-MzoK/tzf6ajZ/THIXyad/tfb3lsQD9k9J6aBfoP9ONo=";
|
hash = "sha256-xpacfU655vg6g1rD4uteeizj+Bll4fgI0AEddaGiCLE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
Loading…
Reference in New Issue
Block a user