python311Packages.molecule: 24.2.1 -> 24.6.0

This commit is contained in:
R. Ryantm
2024-06-12 02:54:06 +00:00
parent e913ae3400
commit 348e29cfd4
@@ -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 = [