mtkclient: 2.1.2 -> 2.1.3

This commit is contained in:
Tim Schumacher
2026-03-22 13:40:18 +01:00
parent b40629efe5
commit e865806c5e
+2 -2
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "mtkclient";
version = "2.1.2";
version = "2.1.3";
pyproject = true;
src = fetchFromGitHub {
owner = "bkerler";
repo = "mtkclient";
rev = "v${version}";
hash = "sha256-mbfuOYJvwHfDvjTtAgMBLi7REIRRcJ9bhkY5oVjxCAM=";
hash = "sha256-PNDjIoMkd/UkP/CQxLiJbCcQvJ3u1ghp0ILJ0jHJrts=";
};
build-system = [ python3Packages.hatchling ];