python3Packages.pyperclip: 1.10.0 -> 1.11.0 (#451502)

This commit is contained in:
dotlambda
2025-10-15 01:29:21 +00:00
committed by GitHub
@@ -7,13 +7,13 @@
}:
buildPythonPackage rec {
version = "1.10.0";
version = "1.11.0";
pname = "pyperclip";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-GAyDRrEYaSHHXf0U2QSKa11Gv8SZd4gRlSxt1uscpr4=";
hash = "sha256-JEA1lj5EKFMNnjphAaHvlyCcaCXtqxVnvqwUjMwdsbY=";
};
build-system = [ setuptools ];