Commit 7c7c0b18 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.ibm-cloud-sdk-core: 3.24.2 -> 3.24.3

parent 29cbd642
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "ibm-cloud-sdk-core";
  version = "3.24.2";
  version = "3.24.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "IBM";
    repo = "python-sdk-core";
    tag = "v${version}";
    hash = "sha256-xw7jEDr/5Qmd4+riAqFzTTFfmX/gQdlbzNZ8pua0hIs=";
    hash = "sha256-S4GKOJ7H0a4zWaqzXR3yT5xRSLuRCDm9uR7G3A9QR9c=";
  };

  pythonRelaxDeps = [ "requests" ];