Merge pull request #277460 from r-ryantm/auto-update/python310Packages.somajo

python310Packages.somajo: 2.3.1 -> 2.4.0
This commit is contained in:
Weijia Wang 2024-01-03 19:45:41 +01:00 committed by GitHub
commit 9f8ad17c27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [