Merge pull request #137633 from r-ryantm/auto-update/python3.8-pynanoleaf

python38Packages.pynanoleaf: 0.1.0 -> 0.1.1
This commit is contained in:
Ryan Mulligan 2021-09-15 13:00:08 -07:00 committed by GitHub
commit a58bbea337
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pynanoleaf"; pname = "pynanoleaf";
version = "0.1.0"; version = "0.1.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-BiLJgsey7kIIeN5+CKKnrTB2bSKMNEbeMLwGi2LRLcg="; sha256 = "32a083759c4f99e019e0013670487841f8edf807c7a07742a971fa18707072a7";
}; };
disabled = !isPy3k; disabled = !isPy3k;