rclip: 1.8.8 -> 1.8.10

This commit is contained in:
R. Ryantm 2024-05-07 22:33:36 +00:00
parent d1c6a5decf
commit 23edadfa2c
1 changed files with 3 additions and 3 deletions

View File

@ -4,14 +4,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "rclip";
version = "1.8.8";
version = "1.8.10";
pyproject = true;
src = fetchFromGitHub {
owner = "yurijmikhalevich";
repo = "rclip";
rev = "v${version}";
hash = "sha256-XhAeOeMNUE5MMayWlERhTMmkEnA0EpcB6ln1txGTTDE=";
rev = "refs/tags/v${version}";
hash = "sha256-wjwi6GBblv8Z3SA1bMrtPz3KVF8Zw5595Hqyp8FPgcg=";
};
nativeBuildInputs = with python3Packages; [