1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-sourcetools: Update to 0.1.7-2.

* gnu/packages/cran.scm (r-sourcetools): Update to 0.1.7-2.
[native-inputs]: Remove r-testthat.

Change-Id: I997d9111dc5074b88b9e4c70f557d331df5938b6
This commit is contained in:
Ricardo Wurmus
2026-03-31 16:55:43 +02:00
parent 02e7f5bd3c
commit b9acb40b90

View File

@@ -10798,16 +10798,15 @@ Connector for Python and the Snowflake CLI.")
(define-public r-sourcetools
(package
(name "r-sourcetools")
(version "0.1.7-1")
(version "0.1.7-2")
(source
(origin
(method url-fetch)
(uri (cran-uri "sourcetools" version))
(sha256
(base32
"1l9i9ram12pjks8h2gzmj119wf4ixwyhljsfv289dn8dgbdjp0cn"))))
"19ziwi85khfmscdr1ks9md897r5czxhl6897nnjxzz6ph2vq9r87"))))
(build-system r-build-system)
(native-inputs (list r-testthat))
(home-page "https://cran.r-project.org/web/packages/sourcetools")
(synopsis "Tools for reading, tokenizing and parsing R code")
(description