1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

python312Packages.molecule: 24.7.0 -> 24.8.0

This commit is contained in:
R. Ryantm 2024-08-17 06:47:41 +00:00
parent f1ab5c244a
commit 670407eee3

View file

@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "molecule";
version = "24.7.0";
version = "24.8.0";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-2yx/pZkj6b8j1hqSpbGdaIHsnuX+lu2enp1wCwJyPwM=";
hash = "sha256-FAc4kE6fF4FXgFaKxAjJ9zu54qxyHjRoWjWebTUH5nc=";
};
nativeBuildInputs = [