Unverified Commit 2c42caf5 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

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

parents 3b8241a4 ca3c653d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];