guix-commits
[Top][All Lists]
Advanced

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

359/449: gnu: r-biocstyle: Update to 2.26.0.


From: guix-commits
Subject: 359/449: gnu: r-biocstyle: Update to 2.26.0.
Date: Tue, 22 Nov 2022 15:47:56 -0500 (EST)

rekado pushed a commit to branch wip-bioconductor
in repository guix.

commit 9f4a593631f6f5dff0f146b99f298459cc98624c
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:28 2022 +0100

    gnu: r-biocstyle: Update to 2.26.0.
    
    * gnu/packages/bioconductor.scm (r-biocstyle): Update to 2.26.0.
---
 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 411e239b4b..9642061429 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -14913,13 +14913,13 @@ different graph related packages produced by 
Bioconductor.")
 (define-public r-biocstyle
   (package
     (name "r-biocstyle")
-    (version "2.24.0")
+    (version "2.26.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "BiocStyle" version))
               (sha256
                (base32
-                "1nwiib201b9q1x19ihqjqr5jl0vnid8wfgpi8sa3y02bn722g5a5"))))
+                "092hpmyhra755j32vc8w2l6xqwg09jm8apnk5rvxi1cm5034yvsl"))))
     (properties
      `((upstream-name . "BiocStyle")))
     (build-system r-build-system)



reply via email to

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