guix-commits
[Top][All Lists]
Advanced

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

81/128: gnu: r-bookdown: Update to 0.9.


From: guix-commits
Subject: 81/128: gnu: r-bookdown: Update to 0.9.
Date: Sat, 12 Jan 2019 17:36:15 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 3bc0667f3c5552d3574823025e7ebf011ab21060
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 12 21:41:56 2019 +0100

    gnu: r-bookdown: Update to 0.9.
    
    * gnu/packages/bioinformatics.scm (r-bookdown): Update to 0.9.
---
 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 2ecc782..98c4be3 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7161,13 +7161,13 @@ also known as views, in a controlled vocabulary.")
 (define-public r-bookdown
   (package
     (name "r-bookdown")
-    (version "0.7")
+    (version "0.9")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "bookdown" version))
               (sha256
                (base32
-                "1b3fw1f41zph5yw3kynb47aijq53vhaa6mnnvxly72zamyzdf95q"))))
+                "0vg1s1w0l9pm95asqb21yf39mfk1nc9rdhmlys9xwr7p7i7rsz32"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-htmltools" ,r-htmltools)



reply via email to

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