python3Packages.pijuice: 1.7 -> 1.8

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:49 +01:00
parent aa43e876a4
commit ca42d58f0c
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pijuice";
version = "1.7";
version = "1.8";
format = "setuptools";
src = fetchFromGitHub {
@@ -16,8 +16,8 @@ buildPythonPackage rec {
repo = "PiJuice";
# Latest commit that fixes using the library against python 3.9 by renaming
# isAlive() to is_alive(). The former function was removed in python 3.9.
rev = "e2dca1f8dcfa12e009952a882c0674a545d193d6";
sha256 = "07Jr7RSjqI8j0tT0MNAjrN1sjF1+mI+V0vtKInvtxj8=";
tag = "V${version}";
sha256 = "sha256-tPYuI+VzbxmTeY/L3s0oDoydRDXJ6t76KmLUyJzxUvU=";
};
patches = [