Merge pull request #80939 from r-ryantm/auto-update/python2.7-gssapi

python27Packages.gssapi: 1.6.1 -> 1.6.2
This commit is contained in:
Mario Rodas 2020-02-26 20:04:29 -05:00 committed by GitHub
commit 1135b6053f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,13 @@
buildPythonPackage rec {
pname = "gssapi";
version = "1.6.1";
version = "1.6.2";
src = fetchFromGitHub {
owner = "pythongssapi";
repo = "python-${pname}";
rev = "v${version}";
sha256 = "0n13vb3v50vr04vrnql2w00gri0gcf08i0pr0q2p4w8scbsw7kjk";
sha256 = "195x3zqzyv491i9hf7l4asmic5pb2w3l1r7bps89651wkb3mrz1l";
};
# It's used to locate headers
@ -63,7 +63,7 @@ buildPythonPackage rec {
'';
meta = with lib; {
homepage = https://pypi.python.org/pypi/gssapi;
homepage = "https://pypi.python.org/pypi/gssapi";
description = "Python GSSAPI Wrapper";
license = licenses.mit;
};