python3Packages.cashews: 7.2.0 -> 7.3.1

https://github.com/Krukov/cashews/releases/tag/7.3.1
This commit is contained in:
Martin Weinelt
2024-10-13 11:03:01 +02:00
parent e4d7618f62
commit 781a79fdfe
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "cashews";
version = "7.2.0";
version = "7.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Krukov";
repo = "cashews";
rev = "refs/tags/${version}";
hash = "sha256-7T9M8ioeTjW7OmcHyxZ6awNfp9kVU8Hi+Lgy17jXxK4=";
hash = "sha256-GS6QnWCVUgxj5uiH13jUDvRBadAB0xcZd4pb0+4q6gk=";
};
build-system = [ setuptools ];