python3Packages.send2trash: 1.5.0 -> 1.8.1b0

This commit is contained in:
Jonathan Ringer 2021-11-29 09:58:19 -08:00
parent 0f6c4562d9
commit ab6591fb9a
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -6,13 +6,14 @@
buildPythonPackage rec {
pname = "Send2Trash";
version = "1.5.0";
version = "1.8.1b0";
format = "pyproject";
src = fetchFromGitHub {
owner = "hsoft";
repo = "send2trash";
rev = version;
sha256 = "1c76zldhw2ay7q7r00nnzcampjz9lkqfcbzqpm0iqp5i6bmmv30v";
sha256 = "sha256-kDUEfyMTk8CXSxTEi7E6kl09ohnWHeaoif+EIaIJh9Q=";
};
doCheck = !stdenv.isDarwin;