gnu: r-hardhat: Update to 0.2.0.

* gnu/packages/cran.scm (r-hardhat): Update to 0.2.0.
This commit is contained in:
Ricardo Wurmus 2022-02-01 17:01:33 +01:00
parent 0675a82bbd
commit 19a2f74eaf
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -25892,14 +25892,14 @@ (define-public r-kmer
(define-public r-hardhat
(package
(name "r-hardhat")
(version "0.1.6")
(version "0.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "hardhat" version))
(sha256
(base32
"07mx8c24gy0xfmip9hb5w29gp10sfnpnilzc1pi0hjadnrqz8mks"))))
"0a4nq93cmps5xy8h0qsv6xyzrbsz9ka4iwkrvb8m8v10wq7wm5wl"))))
(properties `((upstream-name . "hardhat")))
(build-system r-build-system)
(propagated-inputs