Merge pull request #214095 from dotlambda/mobly-1.12.1

python310Packages.mobly: 1.12 -> 1.12.1
This commit is contained in:
Martin Weinelt 2023-02-02 03:37:30 +00:00 committed by GitHub
commit 42ec68fc1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "mobly";
version = "1.12";
version = "1.12.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "google";
repo = "mobly";
rev = "refs/tags/${version}";
hash = "sha256-HAXm0/h5jbgVuIwP7IZ1ffUs92gcpOPiM2VgT38r8Go=";
hash = "sha256-8ZcjxxAv+x8vTsgVKLFb55M02gElkZcZo/nrLwG7k6k=";
};
propagatedBuildInputs = [
@ -42,7 +42,7 @@ buildPythonPackage rec {
];
meta = with lib; {
changelog = "https://github.com/google/mobly/blob/";
changelog = "https://github.com/google/mobly/blob/${src.rev}/CHANGELOG.md";
description = "Automation framework for special end-to-end test cases";
homepage = "https://github.com/google/mobly";
license = licenses.asl20;