about summary refs log tree commit diff
path: root/pkgs/development/python-modules/certbot
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-02-27 02:14:11 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-03 23:56:35 +0100
commit04fa022176dfb9fc445c904475a29108c009ffc8 (patch)
tree4aef1c8e661c3fa3136ff13446345a60b891a149 /pkgs/development/python-modules/certbot
parent3626e3084a65c2a36ab70420d9624d3449b1556b (diff)
python3Packages.certbot: 2.1.1 -> 2.3.0
Diffstat (limited to 'pkgs/development/python-modules/certbot')
-rw-r--r--pkgs/development/python-modules/certbot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/certbot/default.nix b/pkgs/development/python-modules/certbot/default.nix
index 10c21a5cad2ef..c53c4eaf4de6e 100644
--- a/pkgs/development/python-modules/certbot/default.nix
+++ b/pkgs/development/python-modules/certbot/default.nix
@@ -26,13 +26,13 @@
 
 buildPythonPackage rec {
   pname = "certbot";
-  version = "2.1.1";
+  version = "2.3.0";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-fCKTDAJiulwL2SOw4bV3vu0VEsvXGF+1ry8esYori8o=";
+    sha256 = "sha256-LhipH6kw/fKBy+nHrC5F7HtCdDbUWSjL85LiEC1bGT8=";
   };
 
   sourceRoot = "source/${pname}";