me
/
guix
Archived
1
0
Fork 0

gnu: r-coin: Update to 1.4-1.

* gnu/packages/cran.scm (r-coin): Update to 1.4-1.
master
Ricardo Wurmus 2021-02-11 00:53:54 +01:00
parent 1b0e97fc6d
commit 13c5e174d4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9873,14 +9873,14 @@ and permutation inference in the framework of Strasser and Weber (1999).")
(define-public r-coin (define-public r-coin
(package (package
(name "r-coin") (name "r-coin")
(version "1.4-0") (version "1.4-1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "coin" version)) (uri (cran-uri "coin" version))
(sha256 (sha256
(base32 (base32
"1n2ad4m3zw8px6yc0h750k59pci3fqpnr742hhvsqirrwcdzp6zv")))) "15xvhnbyg34aacn6jfz4bsa1f7wq2ci0hslj8mgymql90k50x1qi"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-libcoin" ,r-libcoin) `(("r-libcoin" ,r-libcoin)