lol

python3Packages.lmnotify: 0.0.4 -> 0.0.6

authored by

Fabian Affolter and committed by
Jonathan Ringer
288f4cca cb098c86

+2 -2
+2 -2
pkgs/development/python-modules/lmnotify/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "lmnotify"; 11 - version = "0.0.4"; 11 + version = "0.0.6"; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - sha256 = "1l0h4yab7ix8psf65iygc1wy5xwq3v2rwwjixvd8rwk46d2477dx"; 15 + sha256 = "sha256-cCP7BU2f7QJe9gAI298cvkp3OGijvBv8G1RN7qfZ5PE="; 16 16 }; 17 17 18 18 propagatedBuildInputs = [ oauthlib requests requests_oauthlib ];