python3Packages.python-dropbox-api: 0.1.3 -> 0.1.4

This commit is contained in:
R. Ryantm
2026-06-23 17:46:21 +00:00
parent e051f70d7a
commit 8369724c8c
@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "python-dropbox-api";
version = "0.1.3";
version = "0.1.4";
pyproject = true;
src = fetchFromGitHub {
owner = "bdr99";
repo = "python-dropbox-api";
tag = finalAttrs.version;
hash = "sha256-J3xgcDULK7Z+2HiarvpV6H+Na80PnfKJcdi3RRUcLzs=";
hash = "sha256-Ry2FsatM2pOxcnwdlPr1RFaHCEvbsaa+RAHxpav5leM=";
};
build-system = [ poetry-core ];