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-10-12 17:57:37 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-10-12 17:57:37 +0000
commit06de86a2cd99bcea2691c6d5983fb9dd5cbd8d17 (patch)
treedc120b1012cf8f239e3f35b4ed7608f251c6c1bb /pkgs/development/python-modules/sopel
parentc7b05f54dff6c0a5775523035d3ee4111050229d (diff)
python38Packages.sopel: 7.1.4 -> 7.1.5
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 ec4947ebfc452..09becb9723609 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.4";
+  version = "7.1.5";
   disabled = isPyPy;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "d778ec2b92866eddf97d0809968bc5f9887cb5a000a518a4b67d8eb999cb775c";
+    sha256 = "9511dce6d23abdaa47d39d8e222c6b49206bf92e19f4acaf4966b2d402bb6541";
   };
 
   propagatedBuildInputs = [