Skip to content

Commit

Permalink
python312Packages.mobly: 1.12.3 -> 1.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Sep 27, 2024
1 parent 14d4ef8 commit 6a5dd51
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 6a5dd51

Please sign in to comment.