me
/
guix
Archived
1
0
Fork 0

gnu: r-hardhat: Update to 0.2.0.

* gnu/packages/cran.scm (r-hardhat): Update to 0.2.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -25892,14 +25892,14 @@ counting and recursive k-means partitioning.")
(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