mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: r-stringfish: Update to 0.15.7.
* gnu/packages/cran.scm (r-stringfish): Update to 0.15.7.
This commit is contained in:
parent
c8baed28c2
commit
76ecfcb472
1 changed files with 2 additions and 2 deletions
|
@ -31633,14 +31633,14 @@ (define-public r-exactextractr
|
|||
(define-public r-stringfish
|
||||
(package
|
||||
(name "r-stringfish")
|
||||
(version "0.15.5")
|
||||
(version "0.15.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "stringfish" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ac17wl0fcpmipbvhhg5nyccg055671fnlxvnjd5l3kilx313wlx"))))
|
||||
"0ddpsi7z0kzqgbq9y646pk9afclq0r7ak22zsdh0i93ni0x71c9l"))))
|
||||
(properties `((upstream-name . "stringfish")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue