mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05:00
gnu: r-showtextdb: Update to 3.0.
* gnu/packages/cran.scm (r-showtextdb): Update to 3.0.
This commit is contained in:
parent
b99ed8e6e5
commit
8957a336f7
1 changed files with 2 additions and 2 deletions
|
@ -16935,14 +16935,14 @@ (define-public r-sysfonts
|
|||
(define-public r-showtextdb
|
||||
(package
|
||||
(name "r-showtextdb")
|
||||
(version "2.0")
|
||||
(version "3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "showtextdb" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1qwwj9x2jvadvwn60h75k99c9xi7yhqjsgaakahz5paxgj583bsh"))))
|
||||
"0hlnc3fhgrdkd46n7hb6id0gg1v0bf8s4679nrr7rchyp455szq2"))))
|
||||
(properties `((upstream-name . "showtextdb")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue