gnu: r-conquer: Update to 1.0.2.
* gnu/packages/cran.scm (r-conquer): Update to 1.0.2.
This commit is contained in:
parent
d508cbee58
commit
63bc330c9c
1 changed files with 2 additions and 2 deletions
|
@ -22659,14 +22659,14 @@ you can automate browsers locally or remotely.")
|
|||
(define-public r-conquer
|
||||
(package
|
||||
(name "r-conquer")
|
||||
(version "1.0.1")
|
||||
(version "1.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "conquer" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1c7id7wgspma5bdcirrhw7f9fp709zxpj31klivasdbvd4jgi4vb"))))
|
||||
"1zvlsrbmrij011mcdi3qngs1al2lhrdiyknxnk0w1zhzrra62bsl"))))
|
||||
(properties `((upstream-name . "conquer")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Reference in a new issue