about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-10-13 23:35:43 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-10-15 14:22:01 +0200
commit2252268ee946edf87aace55e3a7ce8091a622288 (patch)
tree0e826cf25de107e214e5831c0545db6b3896b842 /pkgs/top-level
parent36ee644dfbc4560edf7d2a0171014239a0b30767 (diff)
pythonPackages.buttersink 0.6.6 -> 0.6.7
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 293a655eb9af5..d7bedaec8d453 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -1080,10 +1080,10 @@ let
   };
 
   buttersink = buildPythonPackage rec {
-    name = "buttersink-0.6.6";
+    name = "buttersink-0.6.7";
 
     src = pkgs.fetchurl {
-      sha256 = "1vi0pz8r3d17bsn5g7clkyph7sc0rjzbzqk6rwglaxcah7sfj2mj";
+      sha256 = "1azd0g0p9qk9wp344jmvqp4wk5f3wpsz3lb750xvnmd7qzf6v377";
       url = "https://pypi.python.org/packages/source/b/buttersink/${name}.tar.gz";
     };