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

gnu/packages/cran.scm

index 0d5a8a2..1554292 100644 (file)
@@ -819,13 +819,13 @@ high-dimensional data.")
 (define-public r-shadowtext
   (package
    (name "r-shadowtext")
-   (version "0.0.7")
+   (version "0.0.8")
    (source (origin
             (method url-fetch)
             (uri (cran-uri "shadowtext" version))
             (sha256
              (base32
-              "1s1ip8zfr684a3ld7hvf524bhn2j31k6d1wbhh1ni0flsggv2ckf"))))
+              "16lhhd7q1qz82grkq1q4fn5mkq8nphh4wvva4jijrl605cd6cc7v"))))
    (properties `((upstream-name . "shadowtext")))
    (build-system r-build-system)
    (propagated-inputs