Merge pull request #290072 from r-ryantm/auto-update/python312Packages.somajo

python312Packages.somajo: 2.4.1 -> 2.4.2
This commit is contained in:
OTABI Tomoya 2024-02-20 10:28:11 +09:00 committed by GitHub
commit 6ec1d48b2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "somajo";
version = "2.4.1";
version = "2.4.2";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "tsproisl";
repo = "SoMaJo";
rev = "refs/tags/v${version}";
hash = "sha256-44avfokFgOQ62dswGpsNX+mywrtZLMTkMV4s+y0UusE=";
hash = "sha256-5rlgDnPYTtuVMincG5CgVwNh/IGmZk6ItvzdB/wHmgg=";
};
nativeBuildInputs = [