gnu: r-gargle: Update to 1.0.0.

* gnu/packages/cran.scm (r-gargle): Update to 1.0.0.
This commit is contained in:
Ricardo Wurmus 2021-03-09 21:39:54 +01:00
parent 1443bb0f19
commit b63f13b59f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -12630,14 +12630,14 @@ (define-public r-ontologyindex
(define-public r-gargle
(package
(name "r-gargle")
(version "0.5.0")
(version "1.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "gargle" version))
(sha256
(base32
"1fykmiv3x8c9ai31r9wr7qcca51h6kqn9cgwbxvxfj15fhwskh4n"))))
"0hsqn4hf935wn6vk2pwym7la4sdvy271y4cashp38pg4hkpg9zph"))))
(build-system r-build-system)
(propagated-inputs
`(("r-fs" ,r-fs)