guix-commits
[Top][All Lists]
Advanced

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

26/33: gnu: r-circrnaprofiler: Update to 1.12.2.


From: guix-commits
Subject: 26/33: gnu: r-circrnaprofiler: Update to 1.12.2.
Date: Wed, 15 Mar 2023 12:41:21 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5d800ec66b515d8643dcbc072c701860a53f3ae3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Mar 15 14:56:31 2023 +0100

    gnu: r-circrnaprofiler: Update to 1.12.2.
    
    * gnu/packages/bioconductor.scm (r-circrnaprofiler): Update to 1.12.2.
---
 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 f97d2177fd..4e1f3d6bad 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -15001,14 +15001,14 @@ accessibility data.")
 (define-public r-circrnaprofiler
   (package
     (name "r-circrnaprofiler")
-    (version "1.12.0")
+    (version "1.12.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "circRNAprofiler" version))
        (sha256
         (base32
-         "07l8vaqbw36hvs8pyn1gk6dglnmkcmbafvd4rdrhg2wqwnlpsf40"))))
+         "1i954hn7xyajpkg4fks04jd86flcmy2326nzpmxgy8h69jkzdc8q"))))
     (properties
      `((upstream-name . "circRNAprofiler")))
     (build-system r-build-system)



reply via email to

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