mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: r-sccore: Update to 1.0.3.
* gnu/packages/cran.scm (r-sccore): Update to 1.0.3.
This commit is contained in:
parent
136e97ead8
commit
1a89402c3c
1 changed files with 2 additions and 2 deletions
|
@ -22969,13 +22969,13 @@ (define-public r-lintr
|
|||
(define-public r-sccore
|
||||
(package
|
||||
(name "r-sccore")
|
||||
(version "1.0.2")
|
||||
(version "1.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "sccore" version))
|
||||
(sha256
|
||||
(base32 "12gm7pb6xbvf9kdsgl7ldw1c54ga9fgk99ps2kx2cq91q9m0ld4r"))))
|
||||
(base32 "1bvqbqh8pkiljy7s3mc67wsr1jlxb19rhd95160xparmrbffpxqb"))))
|
||||
(properties `((upstream-name . "sccore")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue