me
/
guix
Archived
1
0
Fork 0

gnu: r-foreach: Update to 1.4.4.

* gnu/packages/statistics.scm (r-foreach): Update to 1.4.4
master
Tobias Geerinckx-Rice 2017-12-14 00:08:10 +01:00
parent 2c7f6ce15d
commit 6bc862c100
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2943,14 +2943,14 @@ data.")
(define-public r-foreach
(package
(name "r-foreach")
(version "1.4.3")
(version "1.4.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "foreach" version))
(sha256
(base32
"10aqsd3rxz03s1qdb6gsb1cj89mj4vmh491zfpin4skj1xvkzw0y"))))
"0j2yj0rn0d5nbzz9nq5rqqgnxhp9pbd92q4klsarl2xpsn8119y0"))))
(build-system r-build-system)
(propagated-inputs
`(("r-codetools" ,r-codetools)