mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-sourcetools: Update to 0.1.7-1.
* gnu/packages/statistics.scm (r-sourcetools): Update to 0.1.7-1.
This commit is contained in:
parent
9ec3a27132
commit
86ec570b45
1 changed files with 2 additions and 2 deletions
|
@ -4977,14 +4977,14 @@ (define-public r-beeswarm
|
|||
(define-public r-sourcetools
|
||||
(package
|
||||
(name "r-sourcetools")
|
||||
(version "0.1.7")
|
||||
(version "0.1.7-1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "sourcetools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jnjir0q2dj724f1mjm6p5h77yzyx6xcqy9r2g7gmcxkxw349627"))))
|
||||
"1l9i9ram12pjks8h2gzmj119wf4ixwyhljsfv289dn8dgbdjp0cn"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/sourcetools")
|
||||
(synopsis "Tools for reading, tokenizing and parsing R code")
|
||||
|
|
Loading…
Reference in a new issue