Merge pull request #65159 from r-ryantm/auto-update/python3.7-python-periphery
python37Packages.python-periphery: 1.1.1 -> 1.1.2
This commit is contained in:
commit
b095186914
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-periphery";
|
||||
version = "1.1.1";
|
||||
version = "1.1.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "fe8f351934edce72cd919b4eb070878ebff551db5e21aea61e0f446101f0a79f";
|
||||
sha256 = "1bhzkzjvz6zb6rc5zmvgqfszrcyh64v1hay7m1m5dn083gaznyk9";
|
||||
};
|
||||
|
||||
# Some tests require physical probing and additional physical setup
|
||||
|
|
Loading…
Reference in a new issue