python38Packages.python-periphery: 1.1.2 -> 2.0.0
This commit is contained in:
parent
d5ac8b864c
commit
f326a94023
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-periphery";
|
||||
version = "1.1.2";
|
||||
version = "2.0.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1bhzkzjvz6zb6rc5zmvgqfszrcyh64v1hay7m1m5dn083gaznyk9";
|
||||
sha256 = "1arsibmc19iyzr70lqfrkq0fk6gd6imm3zxa7zxv93b6lwl5bw1d";
|
||||
};
|
||||
|
||||
# Some tests require physical probing and additional physical setup
|
||||
|
|
Loading…
Reference in a new issue