about summary refs log tree commit diff
path: root/pkgs/development/python-modules/sopel
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-11-15 09:05:20 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-11-15 09:05:20 +0000
commit7ccb24d9a4fdc1dbba396196f7b34014b195f1a2 (patch)
tree00e7ca6ec37755836875b993a2937e533237907f /pkgs/development/python-modules/sopel
parent53a68253d78220758f7741ce9d379d85ddc8ea77 (diff)
python38Packages.sopel: 7.1.5 -> 7.1.6
Diffstat (limited to 'pkgs/development/python-modules/sopel')
-rw-r--r--pkgs/development/python-modules/sopel/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/sopel/default.nix b/pkgs/development/python-modules/sopel/default.nix
index 09becb9723609..4f9fe7c39e10f 100644
--- a/pkgs/development/python-modules/sopel/default.nix
+++ b/pkgs/development/python-modules/sopel/default.nix
@@ -13,12 +13,12 @@
 
 buildPythonPackage rec {
   pname = "sopel";
-  version = "7.1.5";
+  version = "7.1.6";
   disabled = isPyPy;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "9511dce6d23abdaa47d39d8e222c6b49206bf92e19f4acaf4966b2d402bb6541";
+    sha256 = "ebd3b2aa9230835f8a68ea7f5a10324ddf35d70d89a9c92c8cba81c558565efb";
   };
 
   propagatedBuildInputs = [