python312Packages.mobly: 1.12.3 -> 1.12.4 (#344879)

This commit is contained in:
Martin Weinelt 2024-09-28 01:10:50 +02:00 committed by GitHub
commit efabdd83aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "mobly";
version = "1.12.3";
version = "1.12.4";
pyproject = true;
src = fetchFromGitHub {
owner = "google";
repo = "mobly";
rev = "refs/tags/${version}";
hash = "sha256-hhI1jrHJk4wo49MK8J4VTS2dGmHG2kwzgZeSWBXdXkA=";
hash = "sha256-77wZK5dqxXUkOgWE7NBpGJBbbtYYxRCJwPbtwLIX09I=";
};
build-system = [ setuptools ];