Skip to content

Commit

Permalink
python312Packages.mobly: 1.12.3 -> 1.12.4 (#344879)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Sep 27, 2024
2 parents 2b5617c + 6a5dd51 commit efabdd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/mobly/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit efabdd8

Please sign in to comment.