Unverified Commit 765ef49d authored by Martin Weinelt's avatar Martin Weinelt
Browse files

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

parent 4ae6e040
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];