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
1 changed files with 2 additions and 2 deletions

View File

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