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

python38Packages.somajo: 2.1.3 -> 2.1.4
This commit is contained in:
Daniël de Kok 2021-08-19 09:43:41 +02:00 committed by GitHub
commit 59c9952d4f
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.3";
version = "2.1.4";
disabled = !isPy3k;
src = fetchFromGitHub {
owner = "tsproisl";
repo = pname;
rev = "v${version}";
sha256 = "07jkkg5ph5m47xf8w5asy5930qcpy6p11j0admll2y6yjynd2b47";
sha256 = "0clcndij4nd5ig7padvb9dj5hfxg6nymn9sf42bjr9ipjihcsbdq";
};
propagatedBuildInputs = [ regex ];