gnu: r-useful: Update to 1.2.6.1.
* gnu/packages/cran.scm (r-useful): Update to 1.2.6.1. Change-Id: I9de94d8f9ed7027dd900e8f6bab5cecc0e6a913e
This commit is contained in:
		
							parent
							
								
									9444c2301e
								
							
						
					
					
						commit
						3f740ae9b9
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -8505,13 +8505,13 @@ distances.")
 | 
				
			||||||
(define-public r-useful
 | 
					(define-public r-useful
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
   (name "r-useful")
 | 
					   (name "r-useful")
 | 
				
			||||||
   (version "1.2.6")
 | 
					   (version "1.2.6.1")
 | 
				
			||||||
   (source (origin
 | 
					   (source (origin
 | 
				
			||||||
            (method url-fetch)
 | 
					            (method url-fetch)
 | 
				
			||||||
            (uri (cran-uri "useful" version))
 | 
					            (uri (cran-uri "useful" version))
 | 
				
			||||||
            (sha256
 | 
					            (sha256
 | 
				
			||||||
             (base32
 | 
					             (base32
 | 
				
			||||||
              "0n50v1q75k518sq23id14jphwla35q4sasahrnrnllwrachl67v1"))))
 | 
					              "1gb9hqvbm6pr56dfqlsgz26lan7xargfsm8jpdja18mpgli2gyvc"))))
 | 
				
			||||||
   (properties `((upstream-name . "useful")))
 | 
					   (properties `((upstream-name . "useful")))
 | 
				
			||||||
   (build-system r-build-system)
 | 
					   (build-system r-build-system)
 | 
				
			||||||
   (propagated-inputs
 | 
					   (propagated-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue