python310Packages.mobly: 1.12 -> 1.12.1
Diff: https://github.com/google/mobly/compare/refs/tags/1.12...1.12.1 Changelog: https://github.com/google/mobly/blob/refs/tags/1.12.1/CHANGELOG.md
This commit is contained in:
parent
5c3c6e8047
commit
4a034a7d00
1 changed files with 3 additions and 3 deletions
|
@ -17,14 +17,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mobly";
|
pname = "mobly";
|
||||||
version = "1.12";
|
version = "1.12.1";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "google";
|
owner = "google";
|
||||||
repo = "mobly";
|
repo = "mobly";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-HAXm0/h5jbgVuIwP7IZ1ffUs92gcpOPiM2VgT38r8Go=";
|
hash = "sha256-8ZcjxxAv+x8vTsgVKLFb55M02gElkZcZo/nrLwG7k6k=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -42,7 +42,7 @@ buildPythonPackage rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
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";
|
description = "Automation framework for special end-to-end test cases";
|
||||||
homepage = "https://github.com/google/mobly";
|
homepage = "https://github.com/google/mobly";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
|
Loading…
Reference in a new issue