mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-hardhat: Update to 1.2.0.
* gnu/packages/cran.scm (r-hardhat): Update to 1.2.0.
This commit is contained in:
parent
1c16b70698
commit
092c5d941e
1 changed files with 2 additions and 2 deletions
|
@ -27046,14 +27046,14 @@ (define-public r-kmer
|
|||
(define-public r-hardhat
|
||||
(package
|
||||
(name "r-hardhat")
|
||||
(version "1.1.0")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "hardhat" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cdl52lzv3wffq8fzrb6sk85i4i8lm8skgad1c8az3ifmzssjx03"))))
|
||||
"0y5dxpd4gsrs365x1v4qf2vq7hq2qb6f6x50dyj29xmmn760wcpr"))))
|
||||
(properties `((upstream-name . "hardhat")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue