mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 18:38:57 -05:00
gnu: r-deming: Update to 1.4-1.
* gnu/packages/cran.scm (r-deming): Update to 1.4-1. Change-Id: Ia4471a7fc741068cdf1a99691809e11ff011a141
This commit is contained in:
parent
a65d6c1158
commit
66b63f4691
1 changed files with 2 additions and 2 deletions
|
@ -4563,13 +4563,13 @@ (define-public r-callr
|
|||
(define-public r-deming
|
||||
(package
|
||||
(name "r-deming")
|
||||
(version "1.4")
|
||||
(version "1.4-1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "deming" version))
|
||||
(sha256
|
||||
(base32 "1yx3qrbik6jpqgsi0gqgc7y2cra13qlisg2gq8rvnv57nvcvb421"))))
|
||||
(base32 "1jipary7wqb9gmj4mfrz4ym5ir44q2rhknxx6ah1f5lpkcsjm6c6"))))
|
||||
(properties `((upstream-name . "deming")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-boot))
|
||||
|
|
Loading…
Reference in a new issue