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

Merge pull request #297145 from fabaff/aiocurrencylayer-bump

python311Packages.aiocurrencylayer: 1.0.5 -> 1.0.6
parents 47e6e9e7 80f09248
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -11,16 +11,16 @@

buildPythonPackage rec {
  pname = "aiocurrencylayer";
  version = "1.0.5";
  format = "pyproject";
  version = "1.0.6";
  pyproject = true;

  disabled = pythonOlder "3.9";
  disabled = pythonOlder "3.10";

  src = fetchFromGitHub {
    owner = "home-assistant-ecosystem";
    repo = pname;
    repo = "aiocurrencylayer";
    rev = "refs/tags/${version}";
    hash = "sha256-468OBQV7ISnPRUfi/CM3dCh1ez0jwSVnM6DduPvAgPI=";
    hash = "sha256-VOzgWN+dDPaGEcahFPSWjBR989b9eNkx4zcnI9o2Xiw=";
  };

  nativeBuildInputs = [