Merge pull request #149155 from r-ryantm/auto-update/python3.8-labgrid

python38Packages.labgrid: 0.4.0 -> 0.4.1
This commit is contained in:
Ryan Mulligan 2021-12-06 21:37:17 -08:00 committed by GitHub
commit 094f81bb59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,13 +22,13 @@
buildPythonPackage rec {
pname = "labgrid";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "labgrid-project";
repo = "labgrid";
rev = "v${version}";
sha256 = "17j013dw66h4jm1hl92g892sx9r9c48pnl7d58p1y0l4jfca8gmn";
sha256 = "0ih04lh1q3dysps4vfmk2rhqqrsimssadsxvbxdsnim2yihrrw47";
};
patches = [