lol

Merge pull request #155647 from hexagonal-sun/pijuice-fix-for-python3.9

authored by

Sandro and committed by
GitHub
ec3333a1 51562f46

+4 -4
+4 -4
pkgs/development/python-modules/pijuice/default.nix
··· 14 14 src = fetchFromGitHub { 15 15 owner = "PiSupply"; 16 16 repo = "PiJuice"; 17 - # rev hash retrieved from the latest modification on file Software/Source/VERSION, as this project 18 - # does not use Github tags facility 19 - rev = "3ba6719ab614a3dc7495d5d9c900dd4ea977c7e3"; 20 - sha256 = "GoNN07YgVaktpeY5iYDbfpy5fxkU1x0V3Sb1hgGAQt4="; 17 + # Latest commit that fixes using the library against python 3.9 by renaming 18 + # isAlive() to is_alive(). The former function was removed in python 3.9. 19 + rev = "e2dca1f8dcfa12e009952a882c0674a545d193d6"; 20 + sha256 = "07Jr7RSjqI8j0tT0MNAjrN1sjF1+mI+V0vtKInvtxj8="; 21 21 }; 22 22 23 23 patches = [