python38Packages.somajo: 2.1.4 -> 2.1.5

This commit is contained in:
R. RyanTM 2021-08-26 10:02:44 +00:00
parent 491f953ce5
commit 034b80b453

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 ];