[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
80/125: gnu: r-keyring: Update to 1.2.0.
From: |
guix-commits |
Subject: |
80/125: gnu: r-keyring: Update to 1.2.0. |
Date: |
Tue, 4 May 2021 01:33:32 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit d7cdf463e9c838476ca906cd8bc08b6ed5d9ce02
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 07:13:17 2021 +0200
gnu: r-keyring: Update to 1.2.0.
* gnu/packages/cran.scm (r-keyring): Update to 1.2.0.
[propagated-inputs]: Remove r-getpass; add r-askpass.
---
gnu/packages/cran.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1d3b609..64998c1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23371,20 +23371,20 @@ trend test.")
(define-public r-keyring
(package
(name "r-keyring")
- (version "1.1.0")
+ (version "1.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "keyring" version))
(sha256
(base32
- "1hpfd4hbx43i39l995rg86kfxi7wlyla1gv8mwcdr4xx7z122zzq"))))
+ "1rqz29ycsmfqixhnzhhfd89j9ivnmp7x2z3vxdla622zmakbcy4c"))))
(properties `((upstream-name . "keyring")))
(build-system r-build-system)
(propagated-inputs
- `(("r-assertthat" ,r-assertthat)
+ `(("r-askpass" ,r-askpass)
+ ("r-assertthat" ,r-assertthat)
("r-filelock" ,r-filelock)
- ("r-getpass" ,r-getpass)
("r-openssl" ,r-openssl)
("r-r6" ,r-r6)
("r-rappdirs" ,r-rappdirs)
- 76/125: gnu: r-openmx: Update to 2.19.5., (continued)
- 76/125: gnu: r-openmx: Update to 2.19.5., guix-commits, 2021/05/04
- 79/125: gnu: r-rsconnect: Update to 0.8.17., guix-commits, 2021/05/04
- 47/125: gnu: r-performance: Update to 0.7.1., guix-commits, 2021/05/04
- 53/125: gnu: r-rmpfr: Update to 0.8-4., guix-commits, 2021/05/04
- 56/125: gnu: r-future: Add build phase to set HOME directory., guix-commits, 2021/05/04
- 55/125: gnu: r-parallelly: Update to 1.25.0., guix-commits, 2021/05/04
- 50/125: gnu: r-rcppparallel: Update to 5.1.3., guix-commits, 2021/05/04
- 60/125: gnu: r-rjava: Update to 1.0-4., guix-commits, 2021/05/04
- 70/125: gnu: r-qgam: Update to 1.3.3., guix-commits, 2021/05/04
- 75/125: gnu: r-rpf: Update to 1.0.7., guix-commits, 2021/05/04
- 80/125: gnu: r-keyring: Update to 1.2.0.,
guix-commits <=
- 86/125: gnu: r-clusterr: Update to 1.2.3., guix-commits, 2021/05/04
- 49/125: gnu: r-gh: Update to 1.3.0., guix-commits, 2021/05/04
- 57/125: gnu: r-rsvd: Update to 1.0.5., guix-commits, 2021/05/04
- 59/125: gnu: r-bookdown: Update to 0.22., guix-commits, 2021/05/04
- 77/125: gnu: r-bdgraph: Update to 2.64., guix-commits, 2021/05/04
- 81/125: gnu: r-bridgesampling: Update to 1.1-2., guix-commits, 2021/05/04
- 82/125: gnu: r-scatterpie: Update to 0.1.6., guix-commits, 2021/05/04
- 61/125: gnu: r-svmisc: Update to 1.1.4., guix-commits, 2021/05/04
- 66/125: gnu: r-xgboost: Update to 1.4.1.1., guix-commits, 2021/05/04
- 67/125: gnu: r-terra: Update to 1.2-5., guix-commits, 2021/05/04