Merge pull request #328004 from r-ryantm/auto-update/rclip

rclip: 1.10.1 -> 1.10.2
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-07-18 01:41:11 +00:00 committed by GitHub
commit cae9c799ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,14 +4,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "rclip";
version = "1.10.1";
version = "1.10.2";
pyproject = true;
src = fetchFromGitHub {
owner = "yurijmikhalevich";
repo = "rclip";
rev = "refs/tags/v${version}";
hash = "sha256-02ZbeUw+O7tBQwauklaPPcgNasG+mYrSnw9TGJqtJfk=";
hash = "sha256-z+zwhd3JH40Vg9yHt9ektvm2jWFOvj1DaCSI9GwXLT8=";
};
nativeBuildInputs = with python3Packages; [