mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-bestnormalize: Update to 1.9.1.
* gnu/packages/cran.scm (r-bestnormalize): Update to 1.9.1.
This commit is contained in:
parent
23538ce8fc
commit
58d9ca4fa8
1 changed files with 2 additions and 2 deletions
|
@ -1477,13 +1477,13 @@ (define-public r-benchmarkme
|
|||
(define-public r-bestnormalize
|
||||
(package
|
||||
(name "r-bestnormalize")
|
||||
(version "1.9.0")
|
||||
(version "1.9.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "bestNormalize" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0kz03bawq45ff3vibhnfq1fq2xs7snx9qw2jaw7a7ma57svbr3gd"))))
|
||||
"1lryl23jvf51n7ka58ncwhjglk0zzm18wik962h403j4mph1jjly"))))
|
||||
(properties `((upstream-name . "bestNormalize")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-butcher
|
||||
|
|
Loading…
Reference in a new issue