gnu: r-ouch: Update to 2.16.
* gnu/packages/cran.scm (r-ouch): Update to 2.16.
This commit is contained in:
		
							parent
							
								
									fbe71c6c90
								
							
						
					
					
						commit
						81e81183a6
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -11668,14 +11668,14 @@ circular variables).")
 | 
				
			||||||
(define-public r-ouch
 | 
					(define-public r-ouch
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-ouch")
 | 
					    (name "r-ouch")
 | 
				
			||||||
    (version "2.15-1")
 | 
					    (version "2.16")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "ouch" version))
 | 
					       (uri (cran-uri "ouch" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0myddn3b28pswyk42kvwhyvkj30q41f677vpxclxacdfkhgvrj6q"))))
 | 
					         "17y7qksp9v4jkr4h1psg14y3ridwhi4mgkfm0a02paabhwjc8d96"))))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs `(("r-subplex" ,r-subplex)))
 | 
					    (propagated-inputs `(("r-subplex" ,r-subplex)))
 | 
				
			||||||
    (home-page "https://kingaa.github.io/ouch/")
 | 
					    (home-page "https://kingaa.github.io/ouch/")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue