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-09-23 00:00:02 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-09-23 00:24:27 -0700
commitcd7dedc4e7ad8bb49670818452f161ac51dbd145 (patch)
tree260c314888fd3e3e1db60d11dd107c5cb0668be2 /pkgs/development/python-modules/sopel
parentce0130d58a9ff40f885066edb67c0a69873bf888 (diff)
python38Packages.sopel: 7.1.3 -> 7.1.4
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 d4052d8b12c89..ec4947ebfc452 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.3";
+  version = "7.1.4";
   disabled = isPyPy;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "0f9e673a7eac9dd3619c2e398e58fa2d8117afca5adb550ba07c66e16a90dbdb";
+    sha256 = "d778ec2b92866eddf97d0809968bc5f9887cb5a000a518a4b67d8eb999cb775c";
   };
 
   propagatedBuildInputs = [