guix-commits
[Top][All Lists]
Advanced

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

20/21: gnu: r-shiny: Update to 1.4.0.2.


From: guix-commits
Subject: 20/21: gnu: r-shiny: Update to 1.4.0.2.
Date: Tue, 24 Mar 2020 06:06:16 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8ff63864916f40b5eb03a96192cb59a2e97cafe5
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue Mar 24 10:41:02 2020 +0100

    gnu: r-shiny: Update to 1.4.0.2.
    
    * gnu/packages/cran.scm (r-shiny): Update to 1.4.0.2.
---
 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 9d7b5ae..39caf56 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -759,7 +759,7 @@ data structures in C++.")
 (define-public r-shiny
   (package
     (name "r-shiny")
-    (version "1.4.0")
+    (version "1.4.0.2")
     (source
      (origin
        (method git-fetch)
@@ -769,7 +769,7 @@ data structures in C++.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "17ac48g414h9dhi0k4wrah4gyik0q5r0xw3kc01c02qfjwimqsx7"))))
+         "005wgcxq7f2q9g6wvfk29n2nms262w0abpz93sfvx79yv6qxppzs"))))
     (build-system r-build-system)
     (arguments
      `(#:modules ((guix build r-build-system)



reply via email to

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