guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: r-diffcyt: Update to 1.22.1.


From: guix-commits
Subject: 02/08: gnu: r-diffcyt: Update to 1.22.1.
Date: Wed, 27 Mar 2024 10:02:04 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f443c6d192af4ea0416acf5e8315177957ec4437
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Mar 27 14:20:56 2024 +0100

    gnu: r-diffcyt: Update to 1.22.1.
    
    * gnu/packages/bioconductor.scm (r-diffcyt): Update to 1.22.1.
    
    Change-Id: Id1d88a4a660908c949107ffaf3ec33e5d69bff11
---
 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 e1bd4cf35c..c08ed461de 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7415,13 +7415,13 @@ exploration of the results.")
 (define-public r-diffcyt
   (package
     (name "r-diffcyt")
-    (version "1.22.0")
+    (version "1.22.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "diffcyt" version))
        (sha256
-        (base32 "1k3gzzgda29m2v7v8hqw7c2s8z778p0plqxag443lhsxcm6izcxi"))))
+        (base32 "1lg7c33mdnp35b15n7ydmz4wgkgls6ii3r1q699i4ifxcgxjm8pj"))))
     (properties `((upstream-name . "diffcyt")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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