gnu: r-stringfish: Update to 0.16.0.

* gnu/packages/cran.scm (r-stringfish): Update to 0.16.0.

Change-Id: I2f0a87825baf87f0d8cbee846993985e01a7f477
This commit is contained in:
Ricardo Wurmus 2023-12-15 12:17:07 +01:00
parent 906e5e8881
commit 010805aa9c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -38943,14 +38943,14 @@ the @code{raster} package that is suitable for extracting raster values using
(define-public r-stringfish
(package
(name "r-stringfish")
(version "0.15.8")
(version "0.16.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "stringfish" version))
(sha256
(base32
"16w3i3d7jw2s1hzxr3mngrh7yjxvhswqdlpjw5g4z25i84lixcnz"))))
"14vrg6mkwwgw1klgpvjn7936yfxav55rainz71xjjih2j21vq21n"))))
(properties `((upstream-name . "stringfish")))
(build-system r-build-system)
(propagated-inputs