mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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:
parent
5d0f4fc6e2
commit
99b21bc91b
1 changed files with 2 additions and 2 deletions
|
@ -33864,14 +33864,14 @@ (define-public r-kmer
|
||||||
(define-public r-hardhat
|
(define-public r-hardhat
|
||||||
(package
|
(package
|
||||||
(name "r-hardhat")
|
(name "r-hardhat")
|
||||||
(version "1.3.0")
|
(version "1.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "hardhat" version))
|
(uri (cran-uri "hardhat" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bp83yw7j34iwir2f73ainic11cdz0q18m5v1kbx8vdsw84z17zy"))))
|
"0v0vvvyy075f0j9ppqkhys6w2k7zmfdg0v77l430582nhrvp99hf"))))
|
||||||
(properties `((upstream-name . "hardhat")))
|
(properties `((upstream-name . "hardhat")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue