python312Packages.cashews: 7.3.1 -> 7.4.0

Diff: https://github.com/Krukov/cashews/compare/refs/tags/7.3.1...7.4.0

Changelog: https://github.com/Krukov/cashews/releases/tag/7.4.0
This commit is contained in:
Moraxyc 2024-12-01 13:56:17 +08:00
parent 9e866bbdbf
commit 88492ebb5e
No known key found for this signature in database

View File

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "cashews";
version = "7.3.1";
version = "7.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Krukov";
repo = "cashews";
rev = "refs/tags/${version}";
hash = "sha256-GS6QnWCVUgxj5uiH13jUDvRBadAB0xcZd4pb0+4q6gk=";
tag = version;
hash = "sha256-rLKaKTw7g3gpDACKZADaLiq2n5vxE/Rlsg4YKfWdFSY=";
};
build-system = [ setuptools ];