python3Packages.bottle: 0.12.25 -> 0.13.1

This commit is contained in:
Martin Weinelt 2024-09-29 17:03:55 +02:00
parent 05643854a4
commit 0906cdd57f

View File

@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "bottle";
version = "0.12.25";
version = "0.13.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-4anJSXCubXELP7RSYpTf64byy0qB7/OkuY3ED7Dl4CE=";
hash = "sha256-pIhS3HoFE1PT5N491VkM0l3jcLz9lKciN1YeMUzrDIg=";
};
nativeBuildInputs = [ setuptools ];