guix-commits
[Top][All Lists]
Advanced

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

02/51: gnu: r-nbpseq: Update to 0.3.1.


From: guix-commits
Subject: 02/51: gnu: r-nbpseq: Update to 0.3.1.
Date: Mon, 13 Jun 2022 09:26:31 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit fce6aeba7ee2d8ae2ea806502401e8df99985f79
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 13 14:21:46 2022 +0200

    gnu: r-nbpseq: Update to 0.3.1.
    
    * gnu/packages/bioconductor.scm (r-nbpseq): Update to 0.3.1.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 91fb838dab..1e87b190c2 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7412,14 +7412,14 @@ and summarizing a set of statistics using a weighted 
distance approach.")
 (define-public r-nbpseq
   (package
     (name "r-nbpseq")
-    (version "0.3.0")
+    (version "0.3.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "NBPSeq" version))
        (sha256
         (base32
-         "0l4ylxhs2k9ww21jjqs67fygk92avdchhx2y1ixzl7yr2yh1y9by"))))
+         "07mnnk4n0cyksp1mw36y6369is62kxsfg3wb8d3dwswycdmj8m14"))))
     (properties `((upstream-name . "NBPSeq")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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