3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.bottle: 0.12.21 -> 0.12.23

This commit is contained in:
Martin Weinelt 2022-09-14 23:36:04 +02:00
parent f4335622ae
commit c43cb4306a

View file

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "bottle";
version = "0.12.21";
version = "0.12.23";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "787c61b6cc02b9c229bf2663011fac53dd8fc197f7f8ad2eeede29d888d7887e";
sha256 = "sha256-aD3jqjmfsm6HsnTbz3CxplE4XUWRMXFjh6vcN5LgQWc=";
};
checkInputs = [