Merge pull request #142179 from fabaff/bump-pyspnego

python3Packages.pyspnego: 0.2.0 -> 0.3.0
This commit is contained in:
Fabian Affolter 2021-10-20 08:44:32 +02:00 committed by GitHub
commit d42c4ffc8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pyspnego";
version = "0.2.0";
version = "0.3.0";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "jborean93";
repo = pname;
rev = "v${version}";
sha256 = "sha256-puv9aq53NbjSuN561XFou404N9pIxvvMjZMgnNx3SjM=";
sha256 = "sha256-jBwLll3Qtw+CGZQ5QFosZfMGFzjm1Y0rsGx3POFUds8=";
};
propagatedBuildInputs = [