summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorRyan Burns <52847440+r-burns@users.noreply.github.com>2021-10-14 00:44:37 -0700
committerGitHub <noreply@github.com>2021-10-14 00:44:37 -0700
commite29468493ab68e09ec5007baf241fb36cbdc91d0 (patch)
treea455dae44180c31756b78578bd251f02a13e5863 /pkgs
parente868ff76253a6c06cb32d4a09259ef34b515504b (diff)
parent06de86a2cd99bcea2691c6d5983fb9dd5cbd8d17 (diff)
Merge pull request #141386 from r-ryantm/auto-update/python38Packages.sopel
python38Packages.sopel: 7.1.4 -> 7.1.5
Diffstat (limited to 'pkgs')
-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 ec4947ebfc45..09becb972360 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 = [