gnu: r-sccore: Update to 1.0.4.
* gnu/packages/cran.scm (r-sccore): Update to 1.0.4.
parent
2824b8949d
commit
4a6843b3b3
|
@ -24053,13 +24053,13 @@ code edited with @code{RStudio IDE}, @code{Emacs} and @code{Vim}.")
|
||||||
(define-public r-sccore
|
(define-public r-sccore
|
||||||
(package
|
(package
|
||||||
(name "r-sccore")
|
(name "r-sccore")
|
||||||
(version "1.0.3")
|
(version "1.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "sccore" version))
|
(uri (cran-uri "sccore" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1bvqbqh8pkiljy7s3mc67wsr1jlxb19rhd95160xparmrbffpxqb"))))
|
(base32 "11l7xl1ylzmda4i2p1b08a43pvciin2i2sas2n3cj1gmamflkji3"))))
|
||||||
(properties `((upstream-name . "sccore")))
|
(properties `((upstream-name . "sccore")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue