gnu: r-stringfish: Update to 0.15.8.
* gnu/packages/cran.scm (r-stringfish): Update to 0.15.8.
This commit is contained in:
		
							parent
							
								
									6c321bbded
								
							
						
					
					
						commit
						fccc10b655
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -36992,14 +36992,14 @@ the @code{raster} package that is suitable for extracting raster values using
 | 
				
			||||||
(define-public r-stringfish
 | 
					(define-public r-stringfish
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-stringfish")
 | 
					    (name "r-stringfish")
 | 
				
			||||||
    (version "0.15.7")
 | 
					    (version "0.15.8")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "stringfish" version))
 | 
					       (uri (cran-uri "stringfish" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0ddpsi7z0kzqgbq9y646pk9afclq0r7ak22zsdh0i93ni0x71c9l"))))
 | 
					         "16w3i3d7jw2s1hzxr3mngrh7yjxvhswqdlpjw5g4z25i84lixcnz"))))
 | 
				
			||||||
    (properties `((upstream-name . "stringfish")))
 | 
					    (properties `((upstream-name . "stringfish")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue