Skip to content

Commit 0e41c05

Browse files
authored
python312Packages.ihcsdk: 2.8.6 -> 2.8.7 (#355283)
2 parents b7256c3 + 8db0977 commit 0e41c05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/ihcsdk/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
buildPythonPackage rec {
1111
pname = "ihcsdk";
12-
version = "2.8.6";
12+
version = "2.8.7";
1313
pyproject = true;
1414

1515
src = fetchFromGitHub {
1616
owner = "dingusdk";
1717
repo = "PythonIhcSdk";
1818
rev = "refs/tags/v${version}";
19-
hash = "sha256-0meYr/SywtRfp/TBW3t8QUMlenb5KnzvKfn6c7Przpc=";
19+
hash = "sha256-Ct+ONqvvm1OcZKi+5P3o5ievfVK0pg8DpjNwkbuczCE=";
2020
};
2121

2222
build-system = [ setuptools ];

0 commit comments

Comments
 (0)