guix-commits
[Top][All Lists]
Advanced

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

25/55: gnu: r-celldex: Update to 1.12.0.


From: guix-commits
Subject: 25/55: gnu: r-celldex: Update to 1.12.0.
Date: Mon, 22 Jan 2024 08:01:00 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 7b5db44490cf7f2cc9487e2583c81c3ad0fa2b70
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 22 13:44:14 2024 +0100

    gnu: r-celldex: Update to 1.12.0.
    
    * gnu/packages/bioconductor.scm (r-celldex): Update to 1.12.0.
    
    Change-Id: I565b21aafa46cb710a8acc3ab16b7905614e6838
---
 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 25f85e7c4a..94b01d3bf2 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1775,13 +1775,13 @@ cancer study published in Wang et al. 2005 and Minn et 
al 2007.")
 (define-public r-celldex
   (package
     (name "r-celldex")
-    (version "1.6.0")
+    (version "1.12.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "celldex" version 'experiment))
        (sha256
-        (base32 "1fjldmhb9yg6yr3aq5ldvc8xwqw71ix4cdlr53xxckgwljjq7x10"))))
+        (base32 "1ckjdmiw9g1wdswijy3dvamv3kqi11j8b8p9dgr1yv5q2lfjbnwl"))))
     (properties `((upstream-name . "celldex")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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