6 buildPythonPackage rec {
11 sha256 = "1wdrdg2j16pmqhk0ify20s5pngijh7zc6hyxhh8w8v5k8v3pz5vk";
12 inherit pname version;
16 description = "A pure Python implementation of systemd's service notification protocol";
17 homepage = "https://github.com/bb4242/sdnotify";
18 license = licenses.mit;
19 maintainers = with maintainers; [ pmiddend ];