rclip: 3.2.5 -> 3.3.0

This commit is contained in:
R. Ryantm
2026-08-11 17:15:42 +00:00
parent a5dfdaa74e
commit 2c5cf4e3f8

View File

@@ -7,14 +7,14 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
pname = "rclip";
version = "3.2.5";
version = "3.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "yurijmikhalevich";
repo = "rclip";
tag = "v${finalAttrs.version}";
hash = "sha256-rlrhGeNoTVuN7HjN26ahrxeBlB1VeEpBoF65qcV/A0M=";
hash = "sha256-QdyqECPzZZtphtjSJAKrWGwGKcYrlbSSkJ0GHs9+K10=";
};
patches = [