pythonPackages.buttersink: 0.6.7 -> 0.6.8

This commit is contained in:
Tobias Geerinckx-Rice 2016-05-10 23:30:17 +02:00
parent dcf3fe2b78
commit 330d1f5b90
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -1786,10 +1786,10 @@ in modules // {
};
buttersink = buildPythonPackage rec {
name = "buttersink-0.6.7";
name = "buttersink-0.6.8";
src = pkgs.fetchurl {
sha256 = "1azd0g0p9qk9wp344jmvqp4wk5f3wpsz3lb750xvnmd7qzf6v377";
sha256 = "04gc63kfcqkw4qba5rijqk01xiphf04yk7hky9180ii64v2ip0j3";
url = "mirror://pypi/b/buttersink/${name}.tar.gz";
};