gnu: r-httpuv: Update to 1.3.6.1.
* gnu/packages/web.scm (r-httpuv): Update to 1.3.6.1.
This commit is contained in:
		
							parent
							
								
									bfae3f7121
								
							
						
					
					
						commit
						b79e1fbe96
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -3780,13 +3780,13 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
 | 
				
			||||||
(define-public r-httpuv
 | 
					(define-public r-httpuv
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-httpuv")
 | 
					    (name "r-httpuv")
 | 
				
			||||||
    (version "1.3.6")
 | 
					    (version "1.3.6.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (cran-uri "httpuv" version))
 | 
					              (uri (cran-uri "httpuv" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1nzbcw1dm4l5qc9156kz95rdb8bwnpdr57wfc87w8arv7m0i40bc"))))
 | 
					                "11kffpki4pgh352dlwsm4lnf1dcd5vs51cnimbshadyk3jprwxdf"))))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (native-inputs `(("r-rcpp" ,r-rcpp)))
 | 
					    (native-inputs `(("r-rcpp" ,r-rcpp)))
 | 
				
			||||||
    (home-page "https://github.com/rstudio/httpuv")
 | 
					    (home-page "https://github.com/rstudio/httpuv")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue