Merge pull request #131677 from SuperSandro2000/mrbayes

mrbayes: 3.2.7 -> 3.2.7a
This commit is contained in:
Sandro 2021-07-27 12:55:57 +00:00 committed by GitHub
commit 53b87bbae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "mrbayes";
version = "3.2.7";
version = "3.2.7a";
src = fetchFromGitHub {
owner = "NBISweden";
repo = "MrBayes";
rev = "v${version}";
sha256 = "sha256-J0r4CxxQuZ3exvfCMRbLmyEd8ROaXNQG4afwiAs6H+M=";
sha256 = "sha256-pkkxZ6YHRn/I1SJpT9A+EK4S5hWGmFdcDBJS0zh5mLA=";
};
meta = with lib; {