guix-commits
[Top][All Lists]
Advanced

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

41/55: gnu: r-pasilla: Update to 1.30.0.


From: guix-commits
Subject: 41/55: gnu: r-pasilla: Update to 1.30.0.
Date: Mon, 22 Jan 2024 08:01:03 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 54efc5bd86f794b36ec7dd51032278b09c1adcee
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 22 13:44:55 2024 +0100

    gnu: r-pasilla: Update to 1.30.0.
    
    * gnu/packages/bioconductor.scm (r-pasilla): Update to 1.30.0.
    
    Change-Id: I3d309814bc0237181540e1c84ad8feca34f2fcef
---
 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 8abe5b5c40..027ba2357f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2266,13 +2266,13 @@ along with the gene set in the @code{GeneSet} class 
object.")
 (define-public r-pasilla
   (package
     (name "r-pasilla")
-    (version "1.24.0")
+    (version "1.30.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "pasilla" version 'experiment))
        (sha256
-        (base32 "1vsxh7mv2krkbdqs5gsgjsxarjbll0bpyk94syrwh56z67n7jyib"))))
+        (base32 "0dga4bb7qjigy1m1yp4bs4frwynjqfy3dnnylx4maai9x2zlynd0"))))
     (build-system r-build-system)
     (propagated-inputs (list r-dexseq))
     (native-inputs (list r-knitr))



reply via email to

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