Unverified Commit 307b28da authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

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

parents 02c66842 72a0ae47
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];