me
/
guix
Archived
1
0
Fork 0

gnu: r-pkgconfig: Update to 2.0.2.

* gnu/packages/statistics.scm (r-pkgconfig): Update to 2.0.2.
master
Tobias Geerinckx-Rice 2018-08-17 00:24:48 +02:00
parent 22a01411ff
commit eb668d5c2e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2687,13 +2687,13 @@ and draw tables.")
(define-public r-pkgconfig (define-public r-pkgconfig
(package (package
(name "r-pkgconfig") (name "r-pkgconfig")
(version "2.0.1") (version "2.0.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "pkgconfig" version)) (uri (cran-uri "pkgconfig" version))
(sha256 (sha256
(base32 (base32
"0h2sp93fqqjbfqgq82a3i94ybnndx6ghaal8pbf99firnsjb40mb")))) "1jk9ip549xphb3anfixqv1yx5kidnndqgy9v3qjpmgmds5a7g695"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://github.com/gaborcsardi/pkgconfig") (home-page "https://github.com/gaborcsardi/pkgconfig")
(synopsis "Private configuration for R packages") (synopsis "Private configuration for R packages")