Merge pull request #319206 from r-ryantm/auto-update/python311Packages.molecule

python311Packages.molecule: 24.2.1 -> 24.6.0
This commit is contained in:
h7x4 2024-06-15 02:22:06 +02:00 committed by GitHub
commit 8e62af5eb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "molecule";
version = "24.2.1";
version = "24.6.0";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-g1IrqpuRVg6phic8qxScORVpdunWEkVxciYyCTWtVuQ=";
hash = "sha256-jey0xoT8r7hae08DjaEl7UJb3RDbdr8M20E/m4TkG1g=";
};
nativeBuildInputs = [