Skip to content

Commit 8a09bd8

Browse files
committed
python312Packages.krb5: 0.7.0 -> 0.7.1
1 parent e735fed commit 8a09bd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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

1919
disabled = pythonOlder "3.7";
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)