gnu: r-crul: Update to 1.4.2.
* gnu/packages/cran.scm (r-crul): Update to 1.4.2. Change-Id: I982b33d77d6a14803ad398c106131558e512f207
This commit is contained in:
parent
20865b87ae
commit
d3e8771e89
1 changed files with 2 additions and 2 deletions
|
@ -40882,14 +40882,14 @@ neighborhood graphs, and relatives.")
|
||||||
(define-public r-crul
|
(define-public r-crul
|
||||||
(package
|
(package
|
||||||
(name "r-crul")
|
(name "r-crul")
|
||||||
(version "1.4.0")
|
(version "1.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "crul" version))
|
(uri (cran-uri "crul" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18n9ga0ah628k83qin75ys0wipc9dgc25xnafcj400jp85g42l4f"))))
|
"0is164bbdk5zy1gxrliiqzlmj47nvzsjym05ijzzs3zkj7qpfp20"))))
|
||||||
(properties `((upstream-name . "crul")))
|
(properties `((upstream-name . "crul")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue