[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/10: gnu: r-rvest: Update to 0.3.5.
From: |
guix-commits |
Subject: |
01/10: gnu: r-rvest: Update to 0.3.5. |
Date: |
Sun, 10 Nov 2019 22:51:29 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 92c00040885938b78d04b389ffdda35256e9b853
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Nov 10 21:18:44 2019 +0100
gnu: r-rvest: Update to 0.3.5.
* gnu/packages/cran.scm (r-rvest): Update to 0.3.5.
---
gnu/packages/cran.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d52f91f..78ba621 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -290,14 +290,13 @@ single step.")
(define-public r-rvest
(package
(name "r-rvest")
- (version "0.3.4")
+ (version "0.3.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "rvest" version))
(sha256
- (base32
- "0ji5lk8g1gbv4d9c4jg1fg6rgsqrrwkm05j1id7drdw9kqdifgj1"))))
+ (base32 "0r0a5jic09xw5pk0x42pr99r3zab5m9s4x85ymx1sl769jz42zqf"))))
(build-system r-build-system)
(propagated-inputs
`(("r-httr" ,r-httr)
- branch master updated (9e4e66c -> 45256ae), guix-commits, 2019/11/10
- 08/10: gnu: r-quantreg: Update to 5.52., guix-commits, 2019/11/10
- 03/10: gnu: eyed3: Update to 0.8.11., guix-commits, 2019/11/10
- 07/10: gnu: r-mgcv: Update to 1.8-31., guix-commits, 2019/11/10
- 05/10: gnu: perl-compress-raw-zlib: Update to 2.090., guix-commits, 2019/11/10
- 04/10: gnu: perl-compress-raw-bzip2: Update to 2.090., guix-commits, 2019/11/10
- 09/10: gnu: perl-cpanel-json-xs: Update to 4.17., guix-commits, 2019/11/10
- 10/10: gnu: python-scipy: Update to 1.3.2., guix-commits, 2019/11/10
- 06/10: gnu: perl-io-compress: Update to 2.090., guix-commits, 2019/11/10
- 02/10: gnu: r-kernlab: Update to 0.9-28., guix-commits, 2019/11/10
- 01/10: gnu: r-rvest: Update to 0.3.5.,
guix-commits <=