python310Packages.somajo: 2.3.1 -> 2.4.0

This commit is contained in:
R. Ryantm
2023-12-29 05:25:55 +00:00
parent d20560a3ad
commit e3ddf051b9
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "somajo";
version = "2.3.1";
version = "2.4.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "tsproisl";
repo = "SoMaJo";
rev = "refs/tags/v${version}";
hash = "sha256-3A2et4pl92LsRtEx2Ki8Soz3n1nZEGQGPc3ZIBDojNM=";
hash = "sha256-k0sjA6IgFKwS1dCAeCHSLdU4GJZ3uMSQ/my0KQvVx50=";
};
nativeBuildInputs = [