guix-commits
[Top][All Lists]
Advanced

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

07/22: gnu: r-circlize: Update to 0.4.6.


From: guix-commits
Subject: 07/22: gnu: r-circlize: Update to 0.4.6.
Date: Sat, 6 Apr 2019 17:13:33 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b15c5c0ef953caeee58c850da85dac7bb0858c02
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Apr 6 22:53:47 2019 +0200

    gnu: r-circlize: Update to 0.4.6.
    
    * gnu/packages/cran.scm (r-circlize): Update to 0.4.6.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 03163fd..75d8133 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1485,14 +1485,14 @@ validation and filtering on the values, making options 
invisible or private.")
 (define-public r-circlize
   (package
     (name "r-circlize")
-    (version "0.4.5")
+    (version "0.4.6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "circlize" version))
        (sha256
         (base32
-         "0qhn9jzw7gd0jp9rmqrlbmy5ql6hjsa68pkp0acfz1h215dl8ah9"))))
+         "1yjnb88pnzk5c1p0vjxykc7cr3394ln5axviqcf12ajibvy8rj6f"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-colorspace" ,r-colorspace)



reply via email to

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