Robert Schütz 2023-02-01 18:41:43 -08:00
parent 5c3c6e8047
commit 4a034a7d00

View file

@ -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;