python3Packages.aiocsv: 1.4.0 -> 1.4.1 (#523183)
This commit is contained in:
@@ -10,16 +10,16 @@
|
||||
typing-extensions,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "aiocsv";
|
||||
version = "1.4.0";
|
||||
version = "1.4.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "MKuranowski";
|
||||
repo = "aiocsv";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-cNoUrD0UP8F2W2HiSm7dQL3nhiL/h0Hr6TDsAKWb24M=";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-WENNtQKvpUuoYai6r8nTRamwCOloVA42YoAA3JGK9B8=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -49,7 +49,8 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Library for for asynchronous CSV reading/writing";
|
||||
homepage = "https://github.com/MKuranowski/aiocsv";
|
||||
license = with lib.licenses; [ mit ];
|
||||
changelog = "https://github.com/MKuranowski/aiocsv/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user