3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.gssapi: 1.6.12 -> 1.6.14

This commit is contained in:
Fabian Affolter 2021-07-05 23:26:49 +02:00 committed by Jonathan Ringer
parent 9282b2f5a4
commit a9c819f485

View file

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "gssapi";
version = "1.6.12";
version = "1.6.14";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "pythongssapi";
repo = "python-${pname}";
rev = "v${version}";
sha256 = "0r6w52vji1095n3wgzjz9ddaqsvsf3f4gal0rv5i62hpqwlbzkn7";
sha256 = "sha256-pL8uvHUdev+nDG0nGh7j7VIJCIQv0egPoTa9hUMuEZc=";
};
# It's used to locate headers