3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-pamr: Update to 1.56.1.

* gnu/packages/cran.scm (r-pamr): Update to 1.56.1.
This commit is contained in:
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

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)