gnu: r-bandits: Update to 1.18.1.
* gnu/packages/bioconductor.scm (r-bandits): Update to 1.18.1. Change-Id: Ied13d156cb7762fd6f86a5a0cccff302b684530d
This commit is contained in:
		
							parent
							
								
									ea9441de8f
								
							
						
					
					
						commit
						71c0e7eea6
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -4408,13 +4408,13 @@ usage.")
 | 
				
			||||||
(define-public r-bandits
 | 
					(define-public r-bandits
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-bandits")
 | 
					    (name "r-bandits")
 | 
				
			||||||
    (version "1.18.0")
 | 
					    (version "1.18.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (bioconductor-uri "BANDITS" version))
 | 
					              (uri (bioconductor-uri "BANDITS" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1xdyi61scfay5l5v7c40wjjl83kcvagvypxnfvsws4avh08x3ni3"))))
 | 
					                "0y81m37c5irpaw9pfm5b672wk804n4x1g9g5pfh1dp7pggfwbf1z"))))
 | 
				
			||||||
    (properties `((upstream-name . "BANDITS")))
 | 
					    (properties `((upstream-name . "BANDITS")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue