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

python3Packages.ihcsdk: 2.8.9 -> 2.8.10 (#485450)

parents a25ccdbc 6b39a7ed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "ihcsdk";
  version = "2.8.9";
  version = "2.8.10";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "dingusdk";
    repo = "PythonIhcSdk";
    tag = "v${version}";
    hash = "sha256-WI9RjVR2KdLaqklGtIUJErV4pBfffXx3odu3hdoyLWc=";
    hash = "sha256-mJHRnvG3bUd/KjGu55dZEx899blLT3WP0fTXCFHlRec=";
  };

  build-system = [ setuptools ];