Merge pull request #150754 from r-ryantm/auto-update/python38Packages.somajo

python38Packages.somajo: 2.1.5 -> 2.1.6
This commit is contained in:
Fabian Affolter 2021-12-15 08:25:51 +01:00 committed by GitHub
commit 6ca6693e26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
buildPythonPackage rec {
pname = "SoMaJo";
version = "2.1.5";
version = "2.1.6";
disabled = !isPy3k;
src = fetchFromGitHub {
owner = "tsproisl";
repo = pname;
rev = "v${version}";
sha256 = "17v1vmbjwpxwql25vlbm7xsair7945ljmyaricxx8fd6fxvgn9rr";
sha256 = "1q88x05729qdnl1gbahisjk3s97wha0b5dj3n63kq2qyvyy0929s";
};
propagatedBuildInputs = [ regex ];