lol

python311Packages.pylgnetcast: 0.3.7 -> 0.3.8

Diff: https://github.com/Drafteed/python-lgnetcast/compare/v0.3.7...v0.3.8

+2 -2
+2 -2
pkgs/development/python-modules/pylgnetcast/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "pylgnetcast"; 10 - version = "0.3.7"; 10 + version = "0.3.8"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.6"; ··· 16 16 owner = "Drafteed"; 17 17 repo = "python-lgnetcast"; 18 18 rev = "v${version}"; 19 - sha256 = "0pmz52k2sfxj5x2wcwdjks2lqh1gb5zfrjgc6xij8jal4l9xd2dz"; 19 + sha256 = "sha256-UxZ4XM7n0Ryd4D967fXPTA4sqTrZwS8Tj/Q8kNGdk8Q="; 20 20 }; 21 21 22 22 propagatedBuildInputs = [