python3Packages.labgrid: 0.3.1 -> 0.3.2 (#116288)

This commit is contained in:
Rouven Czerwinski 2021-03-14 19:53:11 +01:00 committed by GitHub
parent 5c2f5bbc52
commit 68b974785c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,16 +22,18 @@
buildPythonPackage rec {
pname = "labgrid";
version = "0.3.1";
version = "0.3.2";
src = fetchFromGitHub {
owner = "labgrid-project";
repo = "labgrid";
rev = "v${version}";
sha256 = "15298prs2f4wiyn8lf475qicp3y22lcjdcpwp2fmrya642vnr6w5";
sha256 = "sha256-wMYsgZXNP8kTt/x8c4e96BXrbjIZZ6RsH04BfD0zGwo=";
};
patches = [
# Pyserial within Nixpkgs already includes the necessary fix, remove the
# pyserial version check from labgrid.
./0001-serialdriver-remove-pyserial-version-check.patch
];