Merge pull request #233563 from r-ryantm/auto-update/python311Packages.rplcd
python311Packages.rplcd: 1.3.0 -> 1.3.1
This commit is contained in:
commit
c03cae04e5
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "rplcd";
|
pname = "rplcd";
|
||||||
version = "1.3.0";
|
version = "1.3.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit version;
|
inherit version;
|
||||||
pname = "RPLCD";
|
pname = "RPLCD";
|
||||||
hash = "sha256-AIEiL+IPU76DF+P08c5qokiJcZdNNDJ/Jjng2Z292LY=";
|
hash = "sha256-uZ0pPzWK8cBSX8/qvcZGYEnlVdtWn/vKPyF1kfwU5Pk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Disable check because it depends on a GPIO library
|
# Disable check because it depends on a GPIO library
|
||||||
|
Loading…
Reference in New Issue
Block a user