gnu: r-askpass: Update to 1.2.0.
* gnu/packages/cran.scm (r-askpass): Update to 1.2.0.
This commit is contained in:
parent
1af29b5f27
commit
f5bc3727de
1 changed files with 2 additions and 2 deletions
|
@ -3168,14 +3168,14 @@ large-scale hypothesis testing and false discovery rate estimation.")
|
||||||
(define-public r-askpass
|
(define-public r-askpass
|
||||||
(package
|
(package
|
||||||
(name "r-askpass")
|
(name "r-askpass")
|
||||||
(version "1.1")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "askpass" version))
|
(uri (cran-uri "askpass" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07q0ik8jzk44vpwh48rr3fnpd7dzsdhjjsl4l850rffv3dyq4h6v"))))
|
"1vrcb69gf5hc8rggc9m7wv19crz5mkl7f08cipy0ykckh6bkc8mr"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-sys))
|
(propagated-inputs (list r-sys))
|
||||||
(home-page "https://github.com/jeroen/askpass")
|
(home-page "https://github.com/jeroen/askpass")
|
||||||
|
|
Reference in a new issue