summary refs log tree commit diff
path: root/pkgs/development/python-modules/mwoauth
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-11-11 12:13:37 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-11-12 14:57:20 +0100
commit5c568360dc87765c5415c02e1bd80eef5c14210d (patch)
tree5af3b64d14bb59a32a75c769969d23208bc95626 /pkgs/development/python-modules/mwoauth
parent23fb174d82045f4e6348e44ba0d4883dece18568 (diff)
downloadnixpkgs-5c568360dc87765c5415c02e1bd80eef5c14210d.tar
nixpkgs-5c568360dc87765c5415c02e1bd80eef5c14210d.tar.gz
nixpkgs-5c568360dc87765c5415c02e1bd80eef5c14210d.tar.bz2
nixpkgs-5c568360dc87765c5415c02e1bd80eef5c14210d.tar.lz
nixpkgs-5c568360dc87765c5415c02e1bd80eef5c14210d.tar.xz
nixpkgs-5c568360dc87765c5415c02e1bd80eef5c14210d.tar.zst
nixpkgs-5c568360dc87765c5415c02e1bd80eef5c14210d.zip
python: mwoauth: 0.3.5 -> 0.3.7
Diffstat (limited to 'pkgs/development/python-modules/mwoauth')
-rw-r--r--pkgs/development/python-modules/mwoauth/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/mwoauth/default.nix b/pkgs/development/python-modules/mwoauth/default.nix
index d643e71f258..778a081992c 100644
--- a/pkgs/development/python-modules/mwoauth/default.nix
+++ b/pkgs/development/python-modules/mwoauth/default.nix
@@ -10,11 +10,11 @@
 
 buildPythonPackage rec {
   pname = "mwoauth";
-  version = "0.3.5";
+  version = "0.3.7";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "c7e4c56561a280e14ca4cc20b79ba4a9dd4ec752ff4c797cf29dad4460fb7832";
+    sha256 = "9e0d70a1fa6f452584de1cb853ae6c11f41233549f7839cfb879f99410f6ad46";
   };
 
   # package has no tests