Merge pull request #78665 from r-ryantm/auto-update/python2.7-python-periphery
python27Packages.python-periphery: 2.0.0 -> 2.0.1
This commit is contained in:
commit
adb1d11d5e
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "python-periphery";
|
pname = "python-periphery";
|
||||||
version = "2.0.0";
|
version = "2.0.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1arsibmc19iyzr70lqfrkq0fk6gd6imm3zxa7zxv93b6lwl5bw1d";
|
sha256 = "1v0qpv0i2kqhjvl6wvvvy29hazjdcym7nn14qzv4r5zq1zsdb92x";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Some tests require physical probing and additional physical setup
|
# Some tests require physical probing and additional physical setup
|
||||||
|
|
Loading…
Reference in New Issue