gnu: r-btm: Update to 0.3.6.
* gnu/packages/cran.scm (r-btm): Update to 0.3.6.
This commit is contained in:
		
							parent
							
								
									05334f818d
								
							
						
					
					
						commit
						15507dc5ab
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -29386,14 +29386,14 @@ Application Program Interfaces (API)}.")
 | 
				
			||||||
(define-public r-btm
 | 
					(define-public r-btm
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-btm")
 | 
					    (name "r-btm")
 | 
				
			||||||
    (version "0.3.5")
 | 
					    (version "0.3.6")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method url-fetch)
 | 
					        (method url-fetch)
 | 
				
			||||||
        (uri (cran-uri "BTM" version))
 | 
					        (uri (cran-uri "BTM" version))
 | 
				
			||||||
        (sha256
 | 
					        (sha256
 | 
				
			||||||
          (base32
 | 
					          (base32
 | 
				
			||||||
            "1x6bncb7r97z8bdyxnn2frdi9kyawfy6c2041mv9f42zdrfzm6jb"))))
 | 
					            "0ab0wr8nbwn1w1j9hpwfz52lm1sw0qk93713y9k0hpm3pw9dq4jr"))))
 | 
				
			||||||
    (properties `((upstream-name . "BTM")))
 | 
					    (properties `((upstream-name . "BTM")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs `(("r-rcpp" ,r-rcpp)))
 | 
					    (propagated-inputs `(("r-rcpp" ,r-rcpp)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue