python3Packages.cashews: 7.4.0 -> 7.4.1 (#425398)

This commit is contained in:
Aleksana
2025-07-25 10:50:30 +08:00
committed by GitHub
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "cashews";
version = "7.4.0";
version = "7.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Krukov";
repo = "cashews";
tag = version;
hash = "sha256-rLKaKTw7g3gpDACKZADaLiq2n5vxE/Rlsg4YKfWdFSY=";
hash = "sha256-EQBILaNg7bJhKMz+raWWfsXmaBmJlcE8niXp8BnfzUE=";
};
build-system = [ setuptools ];
@@ -63,7 +63,7 @@ buildPythonPackage rec {
meta = {
description = "Cache tools with async power";
homepage = "https://github.com/Krukov/cashews/";
changelog = "https://github.com/Krukov/cashews/releases/tag/${version}";
changelog = "https://github.com/Krukov/cashews/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ moraxyc ];
};