molecule: 24.6.1 -> 24.7.0

Changelog: https://github.com/ansible/molecule/releases/tag/v24.7.0
This commit is contained in:
Dawid Dziurla 2024-07-11 15:25:24 +02:00
parent 0e929ed27b
commit 2d50c5eb68
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "molecule";
version = "24.6.1";
version = "24.7.0";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-QcGQOllyl8JgK9BZ4Qe17y4yydokeX3LeP+Yc8ZhXuY=";
hash = "sha256-2yx/pZkj6b8j1hqSpbGdaIHsnuX+lu2enp1wCwJyPwM=";
};
nativeBuildInputs = [