guix-commits
[Top][All Lists]
Advanced

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

58/138: gnu: r-repr: Update to 1.1.4.


From: guix-commits
Subject: 58/138: gnu: r-repr: Update to 1.1.4.
Date: Wed, 5 Jan 2022 15:24:49 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 2774af54b77b184150ae026bb843f197b0bcb658
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 5 19:34:22 2022 +0100

    gnu: r-repr: Update to 1.1.4.
    
    * gnu/packages/cran.scm (r-repr): Update to 1.1.4.
---
 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 81192c5e99..9457ce8160 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15543,14 +15543,14 @@ compatible with @code{rzmq} are also provided.")
 (define-public r-repr
   (package
     (name "r-repr")
-    (version "1.1.3")
+    (version "1.1.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "repr" version))
        (sha256
         (base32
-         "0qimllv9pn8wsl550bjkp5dkknbmr69j85mrwfbbq75m2ga466sk"))))
+         "0h3h14ybamcbwmm31ib66fx13v75vkzn4bn2v26n2h097sl9qybg"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-base64enc r-htmltools r-jsonlite r-pillar))



reply via email to

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