guix-commits
[Top][All Lists]
Advanced

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

96/212: gnu: r-repr: Update to 1.1.6.


From: guix-commits
Subject: 96/212: gnu: r-repr: Update to 1.1.6.
Date: Sat, 18 Feb 2023 14:01:05 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit a2bdff58e3c690673e049e6f2d1d887652f78ae5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 16:08:37 2023 +0100

    gnu: r-repr: Update to 1.1.6.
    
    * gnu/packages/cran.scm (r-repr): Update to 1.1.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 d6b4b211f4..36b70be58c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19111,14 +19111,14 @@ compatible with @code{rzmq} are also provided.")
 (define-public r-repr
   (package
     (name "r-repr")
-    (version "1.1.4")
+    (version "1.1.6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "repr" version))
        (sha256
         (base32
-         "0h3h14ybamcbwmm31ib66fx13v75vkzn4bn2v26n2h097sl9qybg"))))
+         "0gv72qydk4r070q3jcqakvfcm4r0n9zzzpl82s0w87iw6sdnqbix"))))
     (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]