about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-08-05 19:45:01 -0500
committerGitHub <noreply@github.com>2019-08-05 19:45:01 -0500
commit118e0e635024e3a8450e63664b971336f25413f4 (patch)
treeac286ad3e28fd9672d6be6d16215f174d00ebea2 /pkgs
parente41fe042fa5a902eb2a03325750047656f13c198 (diff)
parent00a3f6a0fb25c3b512c1aabab1537b8d3a3e94ae (diff)
downloadnixlib-118e0e635024e3a8450e63664b971336f25413f4.tar
nixlib-118e0e635024e3a8450e63664b971336f25413f4.tar.gz
nixlib-118e0e635024e3a8450e63664b971336f25413f4.tar.bz2
nixlib-118e0e635024e3a8450e63664b971336f25413f4.tar.lz
nixlib-118e0e635024e3a8450e63664b971336f25413f4.tar.xz
nixlib-118e0e635024e3a8450e63664b971336f25413f4.tar.zst
nixlib-118e0e635024e3a8450e63664b971336f25413f4.zip
Merge pull request #66096 from r-ryantm/auto-update/python3.7-mwclient
python37Packages.mwclient: 0.9.3 -> 0.10.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/mwclient/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/mwclient/default.nix b/pkgs/development/python-modules/mwclient/default.nix
index b100f3fa3500..ce987311a74f 100644
--- a/pkgs/development/python-modules/mwclient/default.nix
+++ b/pkgs/development/python-modules/mwclient/default.nix
@@ -4,14 +4,14 @@
 }:
 
 buildPythonPackage rec {
-  version = "0.9.3";
+  version = "0.10.0";
   pname = "mwclient";
 
   src = fetchFromGitHub {
     owner = "mwclient";
     repo = "mwclient";
     rev = "v${version}";
-    sha256 = "1kbrmq8zli2j93vmc2887bs7mqr4q1n908nbi1jjcci5v4cd4cqw";
+    sha256 = "1c3q6lwmb05yqywc4ya98ca7hsl15niili8rccl4n1yqp77c103v";
   };
 
   checkInputs = [ pytest pytestpep8 pytestcache pytestcov responses mock ];