From f54dc51b9a4e4ce7629a7d02f777476510ccfae3 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 30 Mar 2023 17:56:35 +0200 Subject: gnu: r-googledrive: Update to 2.1.0. * gnu/packages/cran.scm (r-googledrive): Update to 2.1.0. --- gnu/packages/cran.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index f6040f4098..e46902c88a 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -737,14 +737,14 @@ such as counts or binary matrices.") (define-public r-googledrive (package (name "r-googledrive") - (version "2.0.0") + (version "2.1.0") (source (origin (method url-fetch) (uri (cran-uri "googledrive" version)) (sha256 (base32 - "09jsiknzyfgxd0nzdr3wrrjw24allch2x74h96qg8vh8dad4cp30")))) + "0x2biilbphh77p7cxp2cvinjx45hnb5xksw775nwksqvpwxkaw0d")))) (properties `((upstream-name . "googledrive"))) (build-system r-build-system) (propagated-inputs -- cgit v1.2.3 td class='sub'>Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/bpftrace-disable-bfd-disasm.patch
AgeCommit message (Expand)Author
2020-07-31gnu: Add bpftrace....John Soo