Commit be174072 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.opower: 0.16.3 -> 0.16.4

parent 27b55572
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage (finalAttrs: {
  pname = "opower";
  version = "0.16.3";
  version = "0.16.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "tronikos";
    repo = "opower";
    tag = "v${finalAttrs.version}";
    hash = "sha256-+LkLbIJR6v4icoQFIsipR+PfrF5ZgcEh5d1nAwVTldU=";
    hash = "sha256-r1evfPKvuMXlOvpwqqOSyC80TpZWphYhDVQCi9IiI+8=";
  };

  build-system = [ setuptools ];