guix-commits
[Top][All Lists]
Advanced

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

159/174: gnu: r-interactionset: Update to 1.28.1.


From: guix-commits
Subject: 159/174: gnu: r-interactionset: Update to 1.28.1.
Date: Wed, 12 Jul 2023 08:32:24 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 75a5504e496626b45224a0bd8883cf117ebac4b7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 20:22:27 2023 +0200

    gnu: r-interactionset: Update to 1.28.1.
    
    * gnu/packages/bioconductor.scm (r-interactionset): Update to 1.28.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 6c3af5e34c..c4661cc215 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -10840,14 +10840,14 @@ parsing of genetic sequencing data from ribosome 
profiling experiments.")
 (define-public r-interactionset
   (package
     (name "r-interactionset")
-    (version "1.28.0")
+    (version "1.28.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "InteractionSet" version))
        (sha256
         (base32
-         "15bvjhwh7v4ldg5q52h1y5ks75qw85zynnybcaccypws3zlwvacn"))))
+         "1vs3mqf3x8zk7p83jkv41kag1bmn5zxrr3j1ldqk6wxsl77h55c5"))))
     (properties
      `((upstream-name . "InteractionSet")))
     (build-system r-build-system)



reply via email to

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