about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pyperclip
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-05-28 14:19:04 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-06-02 13:44:38 +0200
commit0ba0f1b08c9d618acca783669baa75e349a0113c (patch)
treeadbb6bcb273007e7c782f9ca2e1826ff014b4fd3 /pkgs/development/python-modules/pyperclip
parent824b6b006c1547868f4ec05bb4f87775c709f322 (diff)
python: pyperclip: 1.6.0 -> 1.6.1
Diffstat (limited to 'pkgs/development/python-modules/pyperclip')
-rw-r--r--pkgs/development/python-modules/pyperclip/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyperclip/default.nix b/pkgs/development/python-modules/pyperclip/default.nix
index 282f9b65cb696..ae48eb629942d 100644
--- a/pkgs/development/python-modules/pyperclip/default.nix
+++ b/pkgs/development/python-modules/pyperclip/default.nix
@@ -1,12 +1,12 @@
 { lib, buildPythonPackage, fetchPypi }:
 
 buildPythonPackage rec {
-  version = "1.6.0";
+  version = "1.6.1";
   pname = "pyperclip";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "ce829433a9af640e08ee89b20f7c62132714bcc5d77df114044d0fccb8c3b3b8";
+    sha256 = "03ce3e66e2a26a085f0e043236dedd78aaabf53a64dab9a216671f74ee272845";
   };
 
   doCheck = false;