molecule: 6.0.1 -> 6.0.2

This commit is contained in:
Dawid Dziurla
2023-08-30 13:08:42 +02:00
parent 3efb0f6f40
commit d81bfd82ff
@@ -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 = [