guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: r-greylistchip: Update to 1.32.1.


From: guix-commits
Subject: 05/09: gnu: r-greylistchip: Update to 1.32.1.
Date: Thu, 14 Sep 2023 02:57:48 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8cfd6e804ab5917d161f3880bd1f9d70b2d1fb4b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Sep 14 08:57:19 2023 +0200

    gnu: r-greylistchip: Update to 1.32.1.
    
    * gnu/packages/bioconductor.scm (r-greylistchip): Update to 1.32.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 43952be0aa..2f2d649e4f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -11110,13 +11110,13 @@ posterior for individual coefficients.")
 (define-public r-greylistchip
   (package
    (name "r-greylistchip")
-   (version "1.32.0")
+   (version "1.32.1")
    (source (origin
             (method url-fetch)
             (uri (bioconductor-uri "GreyListChIP" version))
             (sha256
              (base32
-              "1sfpf9msnzyrc8b0xzc2406bq2gkcwrrhv7fa9ynqv2ip6xwsc8s"))))
+              "0z89yikglx077x18qhq6f8f2fa9xni12jz8my9p5sa6zmvnj4dnm"))))
    (properties `((upstream-name . "GreyListChIP")))
    (build-system r-build-system)
    (propagated-inputs



reply via email to

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