Commit 1000f3ce authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent e0a7f906
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "opower";
  version = "0.8.9";
  version = "0.9.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "tronikos";
    repo = "opower";
    tag = "v${version}";
    hash = "sha256-Djega2v8ybzTBfczPz/5INjGZpiWjunInLa0ywKuXL4=";
    hash = "sha256-1g7B4r1CDapi4yfnOLTHNE2Y1TYYqtkdfHwcptxXL9E=";
  };

  build-system = [ setuptools ];