gnu: r-hardhat: Update to 0.2.0.
* gnu/packages/cran.scm (r-hardhat): Update to 0.2.0.master
parent
0675a82bbd
commit
19a2f74eaf
|
@ -25892,14 +25892,14 @@ counting and recursive k-means partitioning.")
|
||||||
(define-public r-hardhat
|
(define-public r-hardhat
|
||||||
(package
|
(package
|
||||||
(name "r-hardhat")
|
(name "r-hardhat")
|
||||||
(version "0.1.6")
|
(version "0.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "hardhat" version))
|
(uri (cran-uri "hardhat" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07mx8c24gy0xfmip9hb5w29gp10sfnpnilzc1pi0hjadnrqz8mks"))))
|
"0a4nq93cmps5xy8h0qsv6xyzrbsz9ka4iwkrvb8m8v10wq7wm5wl"))))
|
||||||
(properties `((upstream-name . "hardhat")))
|
(properties `((upstream-name . "hardhat")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue