python310Packages.somajo: 2.2.1 -> 2.2.2

This commit is contained in:
R. Ryantm 2022-09-14 12:27:24 +00:00
parent 2fc8a03f07
commit dfa09c7007

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