[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/235: gnu: r-jqr: Update to 1.3.5.
From: |
guix-commits |
Subject: |
05/235: gnu: r-jqr: Update to 1.3.5. |
Date: |
Fri, 1 Nov 2024 10:09:19 -0400 (EDT) |
rekado pushed a commit to branch r-team
in repository guix.
commit 9fe3e97d2f804482385a18920df5883f6308b6fb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Nov 1 14:00:36 2024 +0100
gnu: r-jqr: Update to 1.3.5.
* gnu/packages/cran.scm (r-jqr): Update to 1.3.5.
[properties]: Tell updater to keep jq input.
Change-Id: I8ac28bbe7332c6ce4c62ec2341e8a03e5e702900
---
gnu/packages/cran.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9184ac62ca..c77a350e15 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5681,14 +5681,16 @@ jQuery.")
(define-public r-jqr
(package
(name "r-jqr")
- (version "1.3.4")
+ (version "1.3.5")
(source (origin
(method url-fetch)
(uri (cran-uri "jqr" version))
(sha256
(base32
- "1h7rbqjgc1hilqyzlzfsd3603hfj26cprg7cjmxw08bi6p0w4hwc"))))
- (properties `((upstream-name . "jqr")))
+ "1pcvn2yhgvs3jldy54lrqfnjbj2yss2zylny0gddqvvngzv6cqi2"))))
+ (properties
+ `((upstream-name . "jqr")
+ (updater-extra-inputs . ("jq"))))
(build-system r-build-system)
(inputs (list jq))
(propagated-inputs (list r-lazyeval r-magrittr))
- branch r-team created (now 4decfca077), guix-commits, 2024/11/01
- 01/235: gnu: Add r-reformulas., guix-commits, 2024/11/01
- 05/235: gnu: r-jqr: Update to 1.3.5.,
guix-commits <=
- 06/235: gnu: r-shinyace: Update to 0.4.3., guix-commits, 2024/11/01
- 02/235: gnu: Add r-robslopes., guix-commits, 2024/11/01
- 07/235: gnu: r-tablerdash: Update to 0.1.5., guix-commits, 2024/11/01
- 11/235: gnu: r-profvis: Update to 0.4.0., guix-commits, 2024/11/01
- 14/235: gnu: r-wgcna: Update to 1.73., guix-commits, 2024/11/01
- 09/235: gnu: r-billboarder: Update to 0.5.0., guix-commits, 2024/11/01
- 17/235: gnu: r-correlation: Update to 0.8.6., guix-commits, 2024/11/01
- 16/235: gnu: r-cards: Update to 0.3.0., guix-commits, 2024/11/01
- 20/235: gnu: r-ggstats: Update to 0.7.0., guix-commits, 2024/11/01
- 22/235: gnu: r-v8: Update to 6.0.0., guix-commits, 2024/11/01