Commit 2a1ed45a authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.nrgkick-api: 1.5.0 -> 1.7.0

parent 31a7a9ee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "nrgkick-api";
  version = "1.5.0";
  version = "1.7.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "andijakl";
    repo = "nrgkick-api";
    tag = "v${version}";
    hash = "sha256-WtSL9fUJF2xsX53epFcY++KwjnAs3YiKHDb2a5x4tfE=";
    hash = "sha256-q9mLX+DjNSyvjJ6hNPZckaHTNNelOsOlOe9XeVqutaU=";
  };

  build-system = [ setuptools ];