1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-19 17:39:34 +00:00

gspread: remove accidental sha256 value

This commit is contained in:
Kevin Marsh 2015-03-23 13:55:16 +00:00
parent e9c6f6b171
commit b04f31f801

View file

@ -5146,7 +5146,6 @@ let
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/g/gspread/${name}.tar.gz";
md5 = "5a71e4e3fc509dc1c4d34722f102dec1";
sha256 = "01kihhnzp60694hib6bvqzy1ikbfpmlmbrhsav7xip2jwvwmx96v";
};
meta = {