mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: r-openxlsx: Update to 4.2.5.1.
* gnu/packages/cran.scm (r-openxlsx): Update to 4.2.5.1.
This commit is contained in:
parent
41512afdc1
commit
933290bcb6
1 changed files with 2 additions and 2 deletions
|
@ -9054,14 +9054,14 @@ (define-public r-zip
|
|||
(define-public r-openxlsx
|
||||
(package
|
||||
(name "r-openxlsx")
|
||||
(version "4.2.5")
|
||||
(version "4.2.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "openxlsx" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0695b265g7jwiqk5c3vmmfkvagx82bkpwhvqzhqaqmmn34l6vl35"))))
|
||||
"1j2516plvlrp7l0mw7xqjhjjcidfdnfsybdhi2bx3n0910w29lk4"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-rcpp r-stringi r-zip))
|
||||
|
|
Loading…
Reference in a new issue