python: python-periphery: 2.0.1 -> 2.1.0
This commit is contained in:
parent
00d2f258e4
commit
384d204041
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-periphery";
|
||||
version = "2.0.1";
|
||||
version = "2.1.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1v0qpv0i2kqhjvl6wvvvy29hazjdcym7nn14qzv4r5zq1zsdb92x";
|
||||
sha256 = "57baa82e6bc59b67747317d16ad0cf9626826e8d43233af13bce924660500bd6";
|
||||
};
|
||||
|
||||
# Some tests require physical probing and additional physical setup
|
||||
|
|
Loading…
Reference in a new issue