[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/74: gnu: r-restfulr: Update to 0.0.15.
From: |
guix-commits |
Subject: |
01/74: gnu: r-restfulr: Update to 0.0.15. |
Date: |
Sat, 2 Jul 2022 18:00:29 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 01790a6cd6d3112381c868ad503e3aaaf2b295d0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jul 1 15:29:51 2022 +0200
gnu: r-restfulr: Update to 0.0.15.
* gnu/packages/bioconductor.scm (r-restfulr): Update to 0.0.15.
---
gnu/packages/bioconductor.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index adf0542410..5008e67b6d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5170,14 +5170,14 @@ tab-delimited (tabix) files.")
(define-public r-restfulr
(package
(name "r-restfulr")
- (version "0.0.14")
+ (version "0.0.15")
(source
(origin
(method url-fetch)
(uri (cran-uri "restfulr" version))
(sha256
(base32
- "1sdlz8zl4xvd7cpn1gm86q7jv9v7561gg4wk6y7zybiw37pxghq6"))))
+ "14p6h0gjknqy5z2fprxw7waf4p0cd2qmp18s7qig4ylqn8gqzzs0"))))
(properties `((upstream-name . "restfulr")))
(build-system r-build-system)
(propagated-inputs
- branch wip-r created (now 4745be8514), guix-commits, 2022/07/02
- 01/74: gnu: r-restfulr: Update to 0.0.15.,
guix-commits <=
- 06/74: gnu: r-pkgload: Update to 1.3.0., guix-commits, 2022/07/02
- 04/74: gnu: r-partykit: Update to 1.2-16., guix-commits, 2022/07/02
- 02/74: gnu: r-ggpmisc: Update to 0.4.7., guix-commits, 2022/07/02
- 05/74: gnu: r-ps: Update to 1.7.1., guix-commits, 2022/07/02
- 03/74: gnu: r-reordercluster: Update to 2.0., guix-commits, 2022/07/02
- 08/74: gnu: r-broom: Update to 1.0.0., guix-commits, 2022/07/02
- 09/74: gnu: r-processx: Update to 3.6.1., guix-commits, 2022/07/02
- 14/74: gnu: r-sandwich: Update to 3.0-2., guix-commits, 2022/07/02
- 17/74: gnu: r-admisc: Update to 0.29., guix-commits, 2022/07/02
- 19/74: gnu: r-strucchange: Update to 1.5-3., guix-commits, 2022/07/02