Merge remote-tracking branch 'upstream/master' into staging-next

This commit is contained in:
John Ericson
2021-11-07 20:51:04 +00:00
171 changed files with 2620 additions and 2007 deletions
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pyspnego";
version = "0.3.0";
version = "0.3.1";
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "jborean93";
repo = pname;
rev = "v${version}";
sha256 = "sha256-jBwLll3Qtw+CGZQ5QFosZfMGFzjm1Y0rsGx3POFUds8=";
sha256 = "sha256-f7CR7wMxHNNpxizV7MFCtWci3SSNvdx+W5i/rgOUSxY=";
};
propagatedBuildInputs = [