Merge pull request #274181 from dawidd6/molecule-6.0-update

molecule: 6.0.2 -> 6.0.3
This commit is contained in:
Mario Rodas 2023-12-17 19:44:35 -05:00 committed by GitHub
commit 3b7de04026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,12 +19,12 @@
buildPythonPackage rec {
pname = "molecule";
version = "6.0.2";
version = "6.0.3";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-uRk1P3mXRt5gsWonV1YneD45wmj98vKqA3LwFix7VHg=";
hash = "sha256-0qiBBi/MXvHgjB5RJ8BDVNLJUXGVXicL2Cs/v+9y07A=";
};
nativeBuildInputs = [