python27Packages.gssapi: 1.6.1 -> 1.6.2

This commit is contained in:
R. RyanTM 2020-02-24 08:23:01 +00:00
parent e893358693
commit f75906dbc9

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