gnu: r-pillar: Update to 1.6.0.
authorRicardo Wurmus <rekado@elephly.net>
Tue, 4 May 2021 05:13:06 +0000 (07:13 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Tue, 4 May 2021 05:27:45 +0000 (07:27 +0200)
* gnu/packages/cran.scm (r-pillar): Update to 1.6.0.

gnu/packages/cran.scm

index 621b40f..c8d8ca6 100644 (file)
@@ -5507,14 +5507,14 @@ to variables on the left-hand side of the assignment.")
 (define-public r-pillar
   (package
     (name "r-pillar")
-    (version "1.5.1")
+    (version "1.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "pillar" version))
        (sha256
         (base32
-         "0wp68cg95895aybi7yjqy0sidvc68lmfqndinpd63dysci9x3r8c"))))
+         "1pfa6q63ji6mqsvkbpjvvlaivw66nyinwbk82jh0a0c6dy41w47i"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-cli" ,r-cli)