python3Packages.send2trash: 1.8.2 -> 1.8.3

https://github.com/arsenetar/send2trash/blob/1.8.3/CHANGES.rst
This commit is contained in:
Martin Weinelt 2024-09-29 17:07:02 +02:00
parent 24c1fe4c2a
commit 1442e2ce7a

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "send2trash";
version = "1.8.2";
version = "1.8.3";
format = "pyproject";
src = fetchFromGitHub {
owner = "hsoft";
repo = "send2trash";
rev = "refs/tags/${version}";
hash = "sha256-p0Pd9g+nLoT+oruthwjBn2E9rznvcx35VmzOAce2iTY=";
hash = "sha256-3RbKfluKOvl+sGJldtAt2bVfcasVKjCqVxmF6hVwh+Y=";
};
nativeBuildInputs = [ setuptools ];