Merge pull request #91851 from danieldk/somajo-2.1.1
python3Packages.somajo: 2.1.0 -> 2.1.1
This commit is contained in:
commit
1872641e2a
@ -2,14 +2,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "SoMaJo";
|
||||
version = "2.1.0";
|
||||
version = "2.1.1";
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tsproisl";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "17ybm5rgwc6jy3i1c8nm05j7fd418n6hp44zv0q77kzhd66am6pp";
|
||||
sha256 = "0yj3yb0qvfdv4wh7nzcsh9in8nzk7b59dvjj0x02rsmlv4kw9ah1";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ regex ];
|
||||
|
Loading…
Reference in New Issue
Block a user