mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
python312Packages.ihcsdk: 2.8.7 -> 2.8.9 (#360297)
This commit is contained in:
commit
50d473d6ff
@ -9,14 +9,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "ihcsdk";
|
||||
version = "2.8.7";
|
||||
version = "2.8.9";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dingusdk";
|
||||
repo = "PythonIhcSdk";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-Ct+ONqvvm1OcZKi+5P3o5ievfVK0pg8DpjNwkbuczCE=";
|
||||
hash = "sha256-WI9RjVR2KdLaqklGtIUJErV4pBfffXx3odu3hdoyLWc=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
Loading…
Reference in New Issue
Block a user