guix-commits
[Top][All Lists]
Advanced

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

51/104: gnu: r-shinyace: Update to 0.4.0.


From: guix-commits
Subject: 51/104: gnu: r-shinyace: Update to 0.4.0.
Date: Tue, 6 Aug 2019 09:50:28 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit dbd3950a3f5dbe70b0fe6c379aa2a9921fdf975c
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Aug 6 14:43:09 2019 +0200

    gnu: r-shinyace: Update to 0.4.0.
    
    * gnu/packages/cran.scm (r-shinyace): Update to 0.4.0.
---
 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 0146291..0364353 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4649,14 +4649,14 @@ files.")
 (define-public r-shinyace
   (package
     (name "r-shinyace")
-    (version "0.3.3")
+    (version "0.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "shinyAce" version))
        (sha256
         (base32
-         "02q6wqw349nlyf3mbf18cxif1xv9cal5qzccrdlnv73szqn9jk7j"))))
+         "0hvih5g0pswlnz5rf3blx5yqw11ssxvm8w4klxddp1ap20ncbgl1"))))
     (properties `((upstream-name . "shinyAce")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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