me
/
guix
Archived
1
0
Fork 0

gnu: r-remotes: Update to 2.5.0.

* gnu/packages/cran.scm (r-remotes): Update to 2.5.0.

Change-Id: Ie68b8b2a04fb6d2b0d2d15936e25e7d026a8d1b6
master
Ricardo Wurmus 2024-03-19 14:43:25 +01:00
parent 93bb0037c6
commit 5b1c38cdb8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -17846,14 +17846,14 @@ more information about packages, and where they were installed from.")
(define-public r-remotes
(package
(name "r-remotes")
(version "2.4.2.1")
(version "2.5.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "remotes" version))
(sha256
(base32
"1790q52z4fy4zb1hnpn066q9fph53syl7gaxlbgbqq1dcndcma3v"))))
"0345s9q0fyv0wrxkklcy97h7bi85jfb3vwkh80px926d4qa3yrjd"))))
(build-system r-build-system)
(native-inputs
(list r-knitr))