···1414 src = fetchFromGitHub {
1515 owner = "PiSupply";
1616 repo = "PiJuice";
1717- # rev hash retrieved from the latest modification on file Software/Source/VERSION, as this project
1818- # does not use Github tags facility
1919- rev = "3ba6719ab614a3dc7495d5d9c900dd4ea977c7e3";
2020- sha256 = "GoNN07YgVaktpeY5iYDbfpy5fxkU1x0V3Sb1hgGAQt4=";
1717+ # Latest commit that fixes using the library against python 3.9 by renaming
1818+ # isAlive() to is_alive(). The former function was removed in python 3.9.
1919+ rev = "e2dca1f8dcfa12e009952a882c0674a545d193d6";
2020+ sha256 = "07Jr7RSjqI8j0tT0MNAjrN1sjF1+mI+V0vtKInvtxj8=";
2121 };
22222323 patches = [