We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58085b5 + 417a035 commit 16a5f0dCopy full SHA for 16a5f0d
pkgs/development/python-modules/krb5/default.nix
@@ -13,14 +13,14 @@
13
14
buildPythonPackage rec {
15
pname = "krb5";
16
- version = "0.7.0";
+ version = "0.7.1";
17
pyproject = true;
18
19
- disabled = pythonOlder "3.7";
+ disabled = pythonOlder "3.8";
20
21
src = fetchPypi {
22
inherit pname version;
23
- hash = "sha256-ajCPLhfRUcOVsk5q7Hvf9qVv42J6MgQvyG1BI5ipLd0=";
+ hash = "sha256-7V8T1QMUibENhlXAraKKgcI5Gz7LigjG1znh5YNbxFA=";
24
};
25
26
build-system = [
0 commit comments