python313Packages.mobly: 1.12.4 -> 1.13 (#409782)

This commit is contained in:
Martin Weinelt
2025-06-13 04:23:04 +02:00
committed by GitHub
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "mobly";
version = "1.12.4";
version = "1.13";
pyproject = true;
src = fetchFromGitHub {
owner = "google";
repo = "mobly";
tag = version;
hash = "sha256-77wZK5dqxXUkOgWE7NBpGJBbbtYYxRCJwPbtwLIX09I=";
hash = "sha256-lQyhLZFA9lad7LYKa6AP+nQonTRtiFA8Egjo0ATbLVI=";
};
build-system = [ setuptools ];