gnu: r-hardhat: Update to 0.1.4.
* gnu/packages/cran.scm (r-hardhat): Update to 0.1.4.
This commit is contained in:
parent
23bd6f6ef1
commit
820f415174
1 changed files with 2 additions and 2 deletions
|
@ -22665,14 +22665,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.3")
|
(version "0.1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "hardhat" version))
|
(uri (cran-uri "hardhat" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10x8fw0skaqci03v2qqpbradbra9arm3s5pskcwm4wricd2imr40"))))
|
"0gaj4hr4dj27jaasp7v0hzaivipplvq746ajsyz4yd1in03hfjvs"))))
|
||||||
(properties `((upstream-name . "hardhat")))
|
(properties `((upstream-name . "hardhat")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue