mtkclient: 2.0.1-unstable-2025-09-26 -> 2.1.2 (#485467)

This commit is contained in:
Marcin Serwin 2026-03-06 18:48:24 +00:00 committed by GitHub
commit f5601726ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,16 +4,16 @@
python3Packages,
}:
python3Packages.buildPythonApplication {
python3Packages.buildPythonApplication rec {
pname = "mtkclient";
version = "2.0.1-unstable-2025-09-26";
version = "2.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "bkerler";
repo = "mtkclient";
rev = "399b3a1c25e73ddf4951f12efd20f7254ee04a39";
hash = "sha256-XNPYeVhp5P+zQdumS9IzlUd5+WebL56qcgs10WS2/LY=";
rev = "v${version}";
hash = "sha256-mbfuOYJvwHfDvjTtAgMBLi7REIRRcJ9bhkY5oVjxCAM=";
};
build-system = [ python3Packages.hatchling ];