about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2016-03-11 12:59:55 -0600
committerGraham Christensen <graham@grahamc.com>2016-03-11 15:54:54 -0600
commit53d31634ed5a4f949f661f3999333f6a1ea5ca71 (patch)
tree9fa3d4ca46d00d4cfbdb860733625a9d7e419f3a /pkgs
parentc81118c76cfe7e2509ab032476e37366803dee71 (diff)
downloadnixlib-53d31634ed5a4f949f661f3999333f6a1ea5ca71.tar
nixlib-53d31634ed5a4f949f661f3999333f6a1ea5ca71.tar.gz
nixlib-53d31634ed5a4f949f661f3999333f6a1ea5ca71.tar.bz2
nixlib-53d31634ed5a4f949f661f3999333f6a1ea5ca71.tar.lz
nixlib-53d31634ed5a4f949f661f3999333f6a1ea5ca71.tar.xz
nixlib-53d31634ed5a4f949f661f3999333f6a1ea5ca71.tar.zst
nixlib-53d31634ed5a4f949f661f3999333f6a1ea5ca71.zip
pushbullet: 0.5.0 -> 0.10.0 because 0.5.0 doesn't exist upstream
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/python-packages.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 9429e601f2ce..57e79d174437 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -24040,11 +24040,11 @@ in modules // {
 
   pushbullet = buildPythonPackage rec {
     name = "pushbullet.py-${version}";
-    version = "0.5.0";
+    version = "0.10.0";
 
     src = pkgs.fetchurl {
-      url = "https://pypi.python.org/packages/source/p/pushbullet.py/pushbullet.py-0.5.0.tar.gz";
-      md5 = "36c83ba5f7d5208bb86c00eba633f921";
+      url = "https://pypi.python.org/packages/source/p/pushbullet.py/pushbullet.py-0.10.0.tar.gz";
+      md5 = "24db6917a12e1c9b3fecca102615376b";
     };
 
     propagatedBuildInputs = with self; [requests websocket_client python_magic ];