python3Packages.berkeleydb: 18.1.14 -> 18.1.15

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:42:21 +01:00
parent 6b64c22a2b
commit 5ea0364ef2
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "berkeleydb";
version = "18.1.14";
version = "18.1.15";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-jCYCgvV+vVucPOU9oOt1vllXrdswPjGQk1txZEjzL30=";
hash = "sha256-evpTFD11TGuyyFZWwTJeuuUYrc/NG1nhPMKruI3fdY4=";
};
build-system = [ setuptools ];