mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-httpuv: Update to 1.4.1.
* gnu/packages/web.scm (r-httpuv): Update to 1.4.1.
This commit is contained in:
parent
c36ce47635
commit
2cf42ec611
1 changed files with 2 additions and 2 deletions
|
@ -3785,13 +3785,13 @@ (define-public python2-feedparser
|
|||
(define-public r-httpuv
|
||||
(package
|
||||
(name "r-httpuv")
|
||||
(version "1.4.0")
|
||||
(version "1.4.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "httpuv" version))
|
||||
(sha256
|
||||
(base32
|
||||
"076blaj0vzwfgx212lvgscczmiy9n13izdshrm6xb9vpcmklm95m"))))
|
||||
"1pndv0h870ygibk0bmg9ayzkls60jqscrsyk39k29gy2pvm9ha5y"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs `(("r-rcpp" ,r-rcpp)))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue