diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-03-16 01:34:26 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-03-16 01:34:26 +0000 |
commit | 51fb90090433be96d6aaf8760cb96b40c441e09d (patch) | |
tree | 3f68cea06092c85f356a39b5d89280aac9026987 | |
parent | e387f67807f33d773735c4fb8d0142b55da7a95c (diff) |
automatic import of R-CRAN-hwepf36
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | R-CRAN-hwep.spec | 4 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 4 insertions, 3 deletions
@@ -1,3 +1,4 @@ /hwep_0.0.1.tar.gz /hwep_0.0.2.tar.gz /hwep_2.0.0.tar.gz +/hwep_2.0.1.tar.gz diff --git a/R-CRAN-hwep.spec b/R-CRAN-hwep.spec index be5ddf4..e213cb9 100644 --- a/R-CRAN-hwep.spec +++ b/R-CRAN-hwep.spec @@ -1,11 +1,11 @@ %global __brp_check_rpaths %{nil} %global __requires_exclude ^libmpi %global packname hwep -%global packver 2.0.0 +%global packver 2.0.1 %global rlibdir /usr/local/lib/R/library Name: R-CRAN-%{packname} -Version: 2.0.0 +Version: 2.0.1 Release: 1%{?dist}%{?buildtag} Summary: Hardy-Weinberg Equilibrium in Polyploids @@ -1 +1 @@ -3daf2ea8355bf2d163b1f49be214996d hwep_2.0.0.tar.gz +25d3c8e4cdd575d6be61ba1c64767c6d hwep_2.0.1.tar.gz |