me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-np): Update to 0.60-8.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -3202,14 +3202,14 @@ creation and manipulation of WAVE audio files.")
(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)