python3Packages.send2trash: 1.8.3 -> 2.1.0

https://github.com/arsenetar/send2trash/blob/2.1.0/CHANGES.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:52 +01:00
parent 7b867c5314
commit 7bb0d83ee7
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "send2trash";
version = "1.8.3";
version = "2.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "hsoft";
repo = "send2trash";
tag = version;
hash = "sha256-3RbKfluKOvl+sGJldtAt2bVfcasVKjCqVxmF6hVwh+Y=";
hash = "sha256-dBILb1tz3/X3/MnhSKujVX9pMFrTAyntQ+GQsscklQU=";
};
nativeBuildInputs = [ setuptools ];
@@ -33,7 +33,7 @@ buildPythonPackage rec {
description = "Send file to trash natively under macOS, Windows and Linux";
mainProgram = "send2trash";
homepage = "https://github.com/hsoft/send2trash";
changelog = "https://github.com/arsenetar/send2trash/blob/${version}/CHANGES.rst";
changelog = "https://github.com/arsenetar/send2trash/blob/${src.tag}/CHANGES.rst";
license = lib.licenses.bsd3;
maintainers = [ ];
};