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

python3Packages.entsoe-apy: 0.9.1 -> 0.9.2 (#492608)

parents 964a001c b939dc42
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.9.1";
  version = "0.9.2";

  src = fetchFromGitHub {
    owner = "berrij";
    repo = "entsoe-apy";
    tag = "v${version}";
    hash = "sha256-tHduOA3huBuCm/ygFcgmtYQ2AZkco9oy7yVRnYpB/K0=";
    hash = "sha256-szJ3UlYJjwNZMWHJ81Gp4AgdB7JQyDP0NL0MpmjTQGY=";
  };

  pyproject = true;