me
/
guix
Archived
1
0
Fork 0

gnu: r-capushe: Update to 1.1.2.

* gnu/packages/cran.scm (r-capushe): Update to 1.1.2.

Change-Id: I006063c79a09ba4e00a8e3646ed07da15283d650
Ricardo Wurmus 2023-12-15 12:16:58 +01:00
parent 98dd9d250d
commit f30c5aef79
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -21254,14 +21254,14 @@ using @code{S3}.")
(define-public r-capushe
(package
(name "r-capushe")
(version "1.1.1")
(version "1.1.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "capushe" version))
(sha256
(base32
"1aa76ir1kp67hiz7dr60azyc71yzslshyc640fjh0fpw0sp5kwbc"))))
"1mazsfdiqmhy0ywahqw49qql899ph0l6jllriz2spyp1bs98q9b7"))))
(build-system r-build-system)
(propagated-inputs (list r-mass))
(home-page "https://cran.r-project.org/web/packages/capushe/index.html")