guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

65/138: gnu: r-pegas: Update to 1.1.


From: guix-commits
Subject: 65/138: gnu: r-pegas: Update to 1.1.
Date: Wed, 5 Jan 2022 15:24:52 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 3ec07eab5679261400f62b08fb739f0c7af38a28
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 5 19:34:23 2022 +0100

    gnu: r-pegas: Update to 1.1.
    
    * gnu/packages/cran.scm (r-pegas): Update to 1.1.
    [propagated-inputs]: Remove r-adegenet.
---
 gnu/packages/cran.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b3125455cf..6c4b9fa7e7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16343,16 +16343,16 @@ also provided to illustrate various methods.")
 (define-public r-pegas
   (package
     (name "r-pegas")
-    (version "1.0-1")
+    (version "1.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "pegas" version))
        (sha256
-        (base32 "0ykx84p7c8cad5d1mj8cm1d5cz2paacdjx4ll4qzmq827lcyycz1"))))
+        (base32 "0ngd0laqbs139ji9hm9kwsm9rm56agw2yyfcplxgqva936l93fl7"))))
     (build-system r-build-system)
     (propagated-inputs
-     (list r-adegenet r-ape))
+     (list r-ape))
     (home-page "http://ape-package.ird.fr/pegas.html";)
     (synopsis "Population and evolutionary genetics analysis system")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]