mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05:00
gnu: r-rdpack: Update to 2.0.
* gnu/packages/cran.scm (r-rdpack): Update to 2.0. [propagated-inputs]: Remove r-bibtex; add r-rbibutils.
This commit is contained in:
parent
8f19d93b8b
commit
6b53fac81b
1 changed files with 3 additions and 3 deletions
|
@ -6888,18 +6888,18 @@ (define-public r-rbibutils
|
||||||
(define-public r-rdpack
|
(define-public r-rdpack
|
||||||
(package
|
(package
|
||||||
(name "r-rdpack")
|
(name "r-rdpack")
|
||||||
(version "1.0.0")
|
(version "2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "Rdpack" version))
|
(uri (cran-uri "Rdpack" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"069yh9h57z3gjl5ih1r6wyiwmgmfzkpjxrpxg8mfq7y6zr1mynsw"))))
|
"04gk68y3cxlqhfl1aarjwz2mvx934ka0yxfgzrnw03ykhvb47fpi"))))
|
||||||
(properties `((upstream-name . "Rdpack")))
|
(properties `((upstream-name . "Rdpack")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-bibtex" ,r-bibtex)
|
`(("r-rbibutils" ,r-rbibutils)
|
||||||
("r-gbrd" ,r-gbrd)))
|
("r-gbrd" ,r-gbrd)))
|
||||||
(home-page "https://github.com/GeoBosh/Rdpack")
|
(home-page "https://github.com/GeoBosh/Rdpack")
|
||||||
(synopsis "Update and manipulate Rd documentation objects")
|
(synopsis "Update and manipulate Rd documentation objects")
|
||||||
|
|
Loading…
Reference in a new issue