mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: r-shadowtext: Update to 0.0.9.
* gnu/packages/cran.scm (r-shadowtext): Update to 0.0.9.
This commit is contained in:
parent
18c6cdcee5
commit
240d757840
1 changed files with 2 additions and 2 deletions
|
@ -1030,13 +1030,13 @@ (define-public r-mboost
|
|||
(define-public r-shadowtext
|
||||
(package
|
||||
(name "r-shadowtext")
|
||||
(version "0.0.8")
|
||||
(version "0.0.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "shadowtext" version))
|
||||
(sha256
|
||||
(base32
|
||||
"16lhhd7q1qz82grkq1q4fn5mkq8nphh4wvva4jijrl605cd6cc7v"))))
|
||||
"1g6mgnfnzf2c17yzqk3zybfc5y62p5ndrbikxb3xcm2hiljiiqna"))))
|
||||
(properties `((upstream-name . "shadowtext")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue