guix-commits
[Top][All Lists]
Advanced

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

34/34: gnu: r-scran: Update to 1.12.1.


From: guix-commits
Subject: 34/34: gnu: r-scran: Update to 1.12.1.
Date: Tue, 28 May 2019 18:17:20 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d37ba98409f2a5d7f5e7bdfe79d6b0466845474a
Author: Ricardo Wurmus <address@hidden>
Date:   Wed May 29 00:02:42 2019 +0200

    gnu: r-scran: Update to 1.12.1.
    
    * gnu/packages/bioinformatics.scm (r-scran): Update to 1.12.1.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 0c8f2d9..8f31d4e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10603,14 +10603,14 @@ quality control.")
 (define-public r-scran
   (package
     (name "r-scran")
-    (version "1.12.0")
+    (version "1.12.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "scran" version))
        (sha256
         (base32
-         "19cyjjzgmhswni6js4bhbj5djp976sl9n648kk7viazgkspql884"))))
+         "17mknpkvs7mgnlbf2hv9k7rwbx2vlg60yrwfyb8nn3nxsb6vm7yn"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-beachmat" ,r-beachmat)



reply via email to

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