pythonPackages.pushover: init at 0.3

This commit is contained in:
Peter Hoeg
2018-03-18 12:16:27 +08:00
parent 8b097fc7f6
commit 1b129b0b54
2 changed files with 26 additions and 1 deletions
+2 -1
View File
@@ -12409,7 +12409,6 @@ in {
py = callPackage ../development/python-modules/py { };
pyacoustid = buildPythonPackage rec {
name = "pyacoustid-1.1.0";
@@ -12519,6 +12518,8 @@ in {
};
};
python-pushover = callPackage ../development/python-modules/pushover {};
mongodict = buildPythonPackage rec {
name = "mongodict-${version}";
version = "0.3.1";