Merge pull request #115234 from danieldk/somajo-2.1.3

python3Packages.somajo: 2.1.2 -> 2.1.3
This commit is contained in:
Daniël de Kok 2021-03-08 09:03:58 +01:00 committed by GitHub
commit 1005b14672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "SoMaJo"; pname = "SoMaJo";
version = "2.1.2"; version = "2.1.3";
disabled = !isPy3k; disabled = !isPy3k;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tsproisl"; owner = "tsproisl";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1c4g8nhlcc348w0axdswv69q8k3qxwbnvim1yf7vagd0adv83gsj"; sha256 = "07jkkg5ph5m47xf8w5asy5930qcpy6p11j0admll2y6yjynd2b47";
}; };
propagatedBuildInputs = [ regex ]; propagatedBuildInputs = [ regex ];