molecule: 6.0.1 -> 6.0.2

This commit is contained in:
Dawid Dziurla 2023-08-30 12:48:27 +02:00
parent 3efb0f6f40
commit d81bfd82ff
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B

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 = [