python310Packages.goalzero: 0.2.1 -> 0.2.2

This commit is contained in:
R. Ryantm 2023-07-11 17:22:26 +00:00
parent d9fc7527a0
commit 5a7a250f22

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "goalzero";
version = "0.2.1";
version = "0.2.2";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-PveHE317p5fGSxgx7LQkpRYF55HwdzpZFY8/F8s3CBQ=";
hash = "sha256-h/EaEOe0zvnO5BYfcIyC3Vq8sPED6ts1IeI/GM+vm7c=";
};
propagatedBuildInputs = [