python3Packages.cashews: 7.4.0 -> 7.4.1 (#425398)
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user