Unverified Commit 1ccb989e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.opower: 0.17.0 -> 0.17.1 (#501527)

parents 2db5f18f 36ff0125
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage (finalAttrs: {
  pname = "opower";
  version = "0.17.0";
  version = "0.17.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "tronikos";
    repo = "opower";
    tag = "v${finalAttrs.version}";
    hash = "sha256-A3x16hYZ0UHikPTsADC9JZ22ZfaIrgCgUOP8PTnaQHI=";
    hash = "sha256-ZBSpEEGChrUjshEXstzFG1Bw1mrRINAeRNiywNEfIhA=";
  };

  build-system = [ setuptools ];