Merge pull request #252322 from dawidd6/molecule-6.0

molecule: 6.0.1 -> 6.0.2
This commit is contained in:
OTABI Tomoya 2023-08-31 09:10:20 +09:00 committed by GitHub
commit 83f697ffc2
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.1";
version = "6.0.2";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-ssARHVtEp3pW7364WhxhtHAWW5fRFXiioWgEczTI3yM=";
hash = "sha256-uRk1P3mXRt5gsWonV1YneD45wmj98vKqA3LwFix7VHg=";
};
nativeBuildInputs = [