Unverified Commit 7b0ba885 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.entsoe-apy: 0.5.1 -> 0.6.1 (#463341)

parents 771a4235 3ae9c6e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

buildPythonPackage rec {
  pname = "entsoe-apy";
  version = "0.5.1";
  version = "0.6.1";

  src = fetchFromGitHub {
    owner = "berrij";
    repo = "entsoe-apy";
    tag = "v${version}";
    hash = "sha256-aOZsD8Cio7TjYHnUlgfgVWLB2+AnDw1J2fTcD8PFioE=";
    hash = "sha256-pjn4S5jrocLLi0Hc5TmteQiNkGBW6ZcT4VzBymXqv+8=";
  };

  pyproject = true;