python27Packages.gssapi: 1.6.1 -> 1.6.2
This commit is contained in:
parent
e893358693
commit
f75906dbc9
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "gssapi";
|
pname = "gssapi";
|
||||||
version = "1.6.1";
|
version = "1.6.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pythongssapi";
|
owner = "pythongssapi";
|
||||||
repo = "python-${pname}";
|
repo = "python-${pname}";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0n13vb3v50vr04vrnql2w00gri0gcf08i0pr0q2p4w8scbsw7kjk";
|
sha256 = "195x3zqzyv491i9hf7l4asmic5pb2w3l1r7bps89651wkb3mrz1l";
|
||||||
};
|
};
|
||||||
|
|
||||||
# It's used to locate headers
|
# It's used to locate headers
|
||||||
@ -63,7 +63,7 @@ buildPythonPackage rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = https://pypi.python.org/pypi/gssapi;
|
homepage = "https://pypi.python.org/pypi/gssapi";
|
||||||
description = "Python GSSAPI Wrapper";
|
description = "Python GSSAPI Wrapper";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user