about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-12 09:51:23 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-12 08:47:38 -0800
commit9e304e2337061234100d61f754033c837cb27c21 (patch)
tree18c76b8099a7c3bde126d130b3af9a3ffaf29cf5 /pkgs/development
parent43cb90880e45740979d5397861765026adb25f69 (diff)
python310Packages.pytest-click: 1.0.2 -> 1.1.0
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/pytest-click/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-click/default.nix b/pkgs/development/python-modules/pytest-click/default.nix
index 887fe7fe7b591..82e6409c9b7f3 100644
--- a/pkgs/development/python-modules/pytest-click/default.nix
+++ b/pkgs/development/python-modules/pytest-click/default.nix
@@ -9,14 +9,14 @@
 
 buildPythonPackage rec {
   pname = "pytest-click";
-  version = "1.0.2";
+  version = "1.1.0";
   disabled = pythonOlder "3.5";
 
   src = fetchFromGitHub {
     owner = "Stranger6667";
     repo = "pytest-click";
     rev = "v${version}";
-    sha256 = "197nvlqlyfrqpy5lrkmfh1ywpr6j9zipxl9d7syg2a2n7jz3a8rj";
+    sha256 = "sha256-A/RF+SgPu2yYF3eHEFiZwKJW2VwQ185Ln6S3wn2cS0k=";
   };
 
   buildInputs = [ pytest ];