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

python310Packages.somajo: 2.2.1 -> 2.2.2
This commit is contained in:
Mario Rodas 2022-09-17 11:40:05 -05:00 committed by GitHub
commit ff1150797f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "somajo";
version = "2.2.1";
version = "2.2.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,8 +16,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "tsproisl";
repo = "SoMaJo";
rev = "v${version}";
sha256 = "sha256-M0WtONhsqmmK0PBB+Df4YrFpT+vfVidDkt80eBHOo04=";
rev = "refs/tags/v${version}";
sha256 = "sha256-rzh+IASqs+uSgUq3BI9UdC4XRsozIGsaOt/LR+VhBxc=";
};
propagatedBuildInputs = [