mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: r-shadowtext: Update to 0.0.8.
* gnu/packages/cran.scm (r-shadowtext): Update to 0.0.8.
This commit is contained in:
parent
b9c5f17d23
commit
9aa1bde3b1
1 changed files with 2 additions and 2 deletions
|
@ -819,13 +819,13 @@ (define-public r-mboost
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue