rclip: 1.11.0 -> 2.0.5 (#399314)

This commit is contained in:
Markus Kowalewski
2025-04-18 12:09:10 +02:00
committed by GitHub
+2 -2
View File
@@ -6,14 +6,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "rclip";
version = "1.11.0";
version = "2.0.5";
pyproject = true;
src = fetchFromGitHub {
owner = "yurijmikhalevich";
repo = "rclip";
tag = "v${version}";
hash = "sha256-bu9kz0CCq78lp+d2uPoApzZnVybwyWD/fwgnXYG52dk=";
hash = "sha256-d/jEtcBvOiebdI4DgWNWtP8ZfOy2x7EaQt/6mo7o2Ok=";
};
build-system = with python3Packages; [