gnu: r-pkgmaker: Update to 0.31.1.

* gnu/packages/statistics.scm (r-pkgmaker): Update to 0.31.1.
This commit is contained in:
Ricardo Wurmus 2020-03-24 10:31:19 +01:00
parent d16a4d1f96
commit 670cbe2c3c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -3240,14 +3240,14 @@ path-wise fashion.")
(define-public r-pkgmaker
(package
(name "r-pkgmaker")
(version "0.31")
(version "0.31.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "pkgmaker" version))
(sha256
(base32
"0cc6v6kpwxwwh7k7zyw13wqdp0f9qzzr1a7vv02lskgii54aa4nb"))))
"0r0ga20dy25v9y5gjbds4y6kaa5a7qknh503qdkzllcpzbibh0hp"))))
(build-system r-build-system)
(propagated-inputs
`(("r-assertthat" ,r-assertthat)