Skip to content

Commit 16a5f0d

Browse files
python312Packages.krb5: 0.7.0 -> 0.7.1 (NixOS#389120)
2 parents 58085b5 + 417a035 commit 16a5f0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/krb5/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414
buildPythonPackage rec {
1515
pname = "krb5";
16-
version = "0.7.0";
16+
version = "0.7.1";
1717
pyproject = true;
1818

19-
disabled = pythonOlder "3.7";
19+
disabled = pythonOlder "3.8";
2020

2121
src = fetchPypi {
2222
inherit pname version;
23-
hash = "sha256-ajCPLhfRUcOVsk5q7Hvf9qVv42J6MgQvyG1BI5ipLd0=";
23+
hash = "sha256-7V8T1QMUibENhlXAraKKgcI5Gz7LigjG1znh5YNbxFA=";
2424
};
2525

2626
build-system = [

0 commit comments

Comments
 (0)