Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
python3Packages.expiringdict: patch for Python 3.12
Browse files Browse the repository at this point in the history
Applies mailgun/expiringdict#56 for compatibility with Python 3.12
  • Loading branch information
AndrewKvalheim authored and shahinism committed Jul 15, 2024
1 parent c0dca70 commit f8b5118
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/python-modules/expiringdict/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ buildPythonPackage rec {
url = "https://github.com/mailgun/expiringdict/commit/1c0f82232d20f8b3b31c9269a4d0e9510c1721a6.patch";
hash = "sha256-IeeJVb2tOwRhEPNGqM30fNZyz3jFcnZNWC3I6K1+hSY=";
})

# apply mailgun/expiringdict#56 for compatibility with Python 3.12
(fetchpatch2 {
url = "https://github.com/mailgun/expiringdict/commit/976faf3664d54049e443aca054f5819db834577b.patch";
hash = "sha256-FNdnU6iUMyED5j8oAjhmJTR7zQeEc/Z5s64pdeT4F8w=";
})
];

nativeCheckInputs = [
Expand Down

0 comments on commit f8b5118

Please sign in to comment.