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

python311Packages.molecule: 24.6.0 -> 24.6.1
This commit is contained in:
Aleksana 2024-07-06 17:59:01 +08:00 committed by GitHub
commit fb4f99fe7b
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.6.0";
version = "24.6.1";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-jey0xoT8r7hae08DjaEl7UJb3RDbdr8M20E/m4TkG1g=";
hash = "sha256-QcGQOllyl8JgK9BZ4Qe17y4yydokeX3LeP+Yc8ZhXuY=";
};
nativeBuildInputs = [