Merge pull request #335301 from r-ryantm/auto-update/python312Packages.molecule

python312Packages.molecule: 24.7.0 -> 24.8.0
This commit is contained in:
OTABI Tomoya
2024-08-18 08:57:24 +09:00
committed by GitHub
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "molecule";
version = "24.7.0";
version = "24.8.0";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-2yx/pZkj6b8j1hqSpbGdaIHsnuX+lu2enp1wCwJyPwM=";
hash = "sha256-FAc4kE6fF4FXgFaKxAjJ9zu54qxyHjRoWjWebTUH5nc=";
};
nativeBuildInputs = [