python312Packages.molecule: 24.2.0 -> 24.2.1

This commit is contained in:
R. Ryantm 2024-04-09 16:05:48 +00:00
parent c81c241415
commit 4afc9675a9

View File

@ -21,12 +21,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "molecule"; pname = "molecule";
version = "24.2.0"; version = "24.2.1";
format = "pyproject"; format = "pyproject";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-R8mCp9Bdt4Rtp3/nFZ3rlG8myvsuOI/HGBK+AImkF3Y="; hash = "sha256-g1IrqpuRVg6phic8qxScORVpdunWEkVxciYyCTWtVuQ=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [