1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

pythonPackages.pyperclip: 1.5.11 -> 1.5.27

This commit is contained in:
Franz Pletz 2017-01-04 09:09:36 +01:00
parent da8023b8c3
commit 46fe0fe8ae
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -21508,12 +21508,12 @@ in {
};
pyperclip = buildPythonPackage rec {
version = "1.5.11";
version = "1.5.27";
name = "pyperclip-${version}";
src = pkgs.fetchurl {
url = "mirror://pypi/p/pyperclip/${name}.zip";
sha256 = "07q8krmi7phizzp192x3j7xbk1gzhc1kc3jp4mxrm32dn84sp1vh";
sha256 = "1i9zxm7qc49n9yxfb41c0jbmmp2hpzx98kaizjl7qmgiv3snvjx3";
};
doCheck = false;