Merge pull request #135769 from r-ryantm/auto-update/python3.8-SoMaJo

python38Packages.somajo: 2.1.4 -> 2.1.5
This commit is contained in:
Sandro 2021-08-26 13:36:01 +02:00 committed by GitHub
commit de7aba116c
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.4";
version = "2.1.5";
disabled = !isPy3k;
src = fetchFromGitHub {
owner = "tsproisl";
repo = pname;
rev = "v${version}";
sha256 = "0clcndij4nd5ig7padvb9dj5hfxg6nymn9sf42bjr9ipjihcsbdq";
sha256 = "17v1vmbjwpxwql25vlbm7xsair7945ljmyaricxx8fd6fxvgn9rr";
};
propagatedBuildInputs = [ regex ];