gnu: r-np: Update to 0.60-8.

* gnu/packages/cran.scm (r-np): Update to 0.60-8.
This commit is contained in:
Ricardo Wurmus 2018-06-05 10:34:52 +02:00
parent 83d5c2e106
commit c9a879ed54
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3202,14 +3202,14 @@ (define-public r-phontools
(define-public r-np
(package
(name "r-np")
(version "0.60-7")
(version "0.60-8")
(source
(origin
(method url-fetch)
(uri (cran-uri "np" version))
(sha256
(base32
"02h62n5xclr01fx88ayp7y1s9gcnb11zb1vqshvdcq31v18h7kf2"))))
"17h67a510wh83800ri6g02wvznrlhigxni8shyijz1iaxcpk8k4j"))))
(build-system r-build-system)
(propagated-inputs
`(("r-boot" ,r-boot)