about summary refs log tree commit diff
path: root/pkgs/development/python-modules/bottle
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-02-27 02:14:10 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-03 23:56:35 +0100
commitdedda0d9522d4d5210589f8182839965daf45d90 (patch)
treeb9d6ef2eeb693861a8c8441f70031975f6e4b247 /pkgs/development/python-modules/bottle
parente40fbc57f75bef18de25f772e4a466525ed7a09a (diff)
python3Packages.bottle: 0.12.23 -> 0.12.24
Diffstat (limited to 'pkgs/development/python-modules/bottle')
-rw-r--r--pkgs/development/python-modules/bottle/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/bottle/default.nix b/pkgs/development/python-modules/bottle/default.nix
index ac2f96455e63c..4fffe71a85d1e 100644
--- a/pkgs/development/python-modules/bottle/default.nix
+++ b/pkgs/development/python-modules/bottle/default.nix
@@ -6,13 +6,13 @@
 
 buildPythonPackage rec {
   pname = "bottle";
-  version = "0.12.23";
+  version = "0.12.24";
 
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-aD3jqjmfsm6HsnTbz3CxplE4XUWRMXFjh6vcN5LgQWc=";
+    sha256 = "sha256-JIASGnPoc4CYm3fjK9IJLRkOfqfXHm8bj3r36rnVTqM=";
   };
 
   nativeCheckInputs = [