Merge pull request #326312 from dawidd6/molecule

molecule: 24.6.1 -> 24.7.0
This commit is contained in:
Peder Bergebakken Sundt 2024-07-19 17:29:04 +02:00 committed by GitHub
commit 0362b72a71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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