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:
@@ -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 = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user