mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
python27Packages.python-periphery: 2.0.0 -> 2.0.1
This commit is contained in:
parent
4311cfa157
commit
66bdda032f
@ -2,11 +2,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-periphery";
|
||||
version = "2.0.0";
|
||||
version = "2.0.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1arsibmc19iyzr70lqfrkq0fk6gd6imm3zxa7zxv93b6lwl5bw1d";
|
||||
sha256 = "1v0qpv0i2kqhjvl6wvvvy29hazjdcym7nn14qzv4r5zq1zsdb92x";
|
||||
};
|
||||
|
||||
# Some tests require physical probing and additional physical setup
|
||||
|
Loading…
Reference in New Issue
Block a user