gnu: r-hardhat: Update to 1.3.1.

* gnu/packages/cran.scm (r-hardhat): Update to 1.3.1.

Change-Id: I2e2ee02f48e6b0531caeabb85e1c34535092c3cb
This commit is contained in:
Ricardo Wurmus 2024-02-10 13:02:34 +01:00
parent 5d0f4fc6e2
commit 99b21bc91b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -33864,14 +33864,14 @@ counting and recursive k-means partitioning.")
(define-public r-hardhat
(package
(name "r-hardhat")
(version "1.3.0")
(version "1.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "hardhat" version))
(sha256
(base32
"0bp83yw7j34iwir2f73ainic11cdz0q18m5v1kbx8vdsw84z17zy"))))
"0v0vvvyy075f0j9ppqkhys6w2k7zmfdg0v77l430582nhrvp99hf"))))
(properties `((upstream-name . "hardhat")))
(build-system r-build-system)
(propagated-inputs