1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

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";
};