guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: r-keggrest: Update to 1.36.3.


From: guix-commits
Subject: branch master updated: gnu: r-keggrest: Update to 1.36.3.
Date: Mon, 29 Aug 2022 04:30:46 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new de66e21580 gnu: r-keggrest: Update to 1.36.3.
de66e21580 is described below

commit de66e215804de9a0521732f641c5670258a248eb
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Aug 29 09:21:21 2022 +0300

    gnu: r-keggrest: Update to 1.36.3.
    
    * gnu/packages/bioconductor.scm (r-keggrest): Update to 1.36.3.
---
 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 7aee0c55c3..2a3776e8b5 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4647,14 +4647,14 @@ Shiny-based display methods for Bioconductor objects.")
 (define-public r-keggrest
   (package
     (name "r-keggrest")
-    (version "1.36.2")
+    (version "1.36.3")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "KEGGREST" version))
        (sha256
         (base32
-         "1rn03w8y80prbvzahkvf8275haiymnjj1ijcgn55p3d0sb54yzgw"))))
+         "0lzb3z6pzm323q70931b7220ygml7jb4g81dybwa79wqiqz15pni"))))
     (properties `((upstream-name . "KEGGREST")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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