gnu: r-pamr: Update to 1.56.1.

* gnu/packages/cran.scm (r-pamr): Update to 1.56.1.
master
Ricardo Wurmus 2019-04-24 13:08:54 +02:00
parent a059791f4e
commit 8fc6188e4f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13407,14 +13407,14 @@ proteomics applications).")
(define-public r-pamr
(package
(name "r-pamr")
(version "1.56")
(version "1.56.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "pamr" version))
(sha256
(base32
"03h1m5fkw76jjln1psdb7x913a499ghf7n48rcd8damr5vdyf961"))))
"0ycpgkk23y3zzkb42n2skcyl35ps1n7jmyzfj7pbxr3f6gr2grfh"))))
(build-system r-build-system)
(propagated-inputs
`(("r-cluster" ,r-cluster)