Commit 0c23a9d3 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent d943df73
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage (finalAttrs: {
  pname = "opower";
  version = "0.18.1";
  version = "0.18.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "tronikos";
    repo = "opower";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Wy2FPWRSlxNEhqCfRwUyIxUCIdRJDIFICTJxM08+Xno=";
    hash = "sha256-MAleCX4uhIvoXj9I4qcveTjI6wBg/VZr/UyZZfrapsA=";
  };

  build-system = [ setuptools ];