python3Packages.molecule: 25.9.0 -> 25.11.0 (#460521)

This commit is contained in:
Yohann Boniface
2025-11-11 10:39:24 +00:00
committed by GitHub
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "molecule";
version = "25.9.0";
version = "25.11.0";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-GlbSg7H7VIhDnqyUWXHb1mt3LtQ7LGandpIsuT05+/0=";
hash = "sha256-8+W1HbBKMXtpi8vmgeHnRmwJ7dODjU1Qh9YhvZ5Etz8=";
};
nativeBuildInputs = [