diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-12-03 22:37:12 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:26:28 +0100 |
| commit | ced69ea6885bce74aeb7d07eb80e717c3f78a9ab (patch) | |
| tree | 97467bea6051a35cb1d6f6a66eb0eae4399ed6aa /gnu | |
| parent | e342408f2b0bd5b574a96be6c5502c7c8ecb4955 (diff) | |
gnu: r-patrick: Update to 0.3.1.
* gnu/packages/cran.scm (r-patrick): Update to 0.3.1.
[native-inputs]: Remove r-testthat.
Change-Id: I1df6171acc0b8696e77c275e81d5412a9eb1aff2
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index c1e3fb5cfd..1a5d5de295 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -40719,13 +40719,13 @@ multiple plots.") (define-public r-patrick (package (name "r-patrick") - (version "0.3.0") + (version "0.3.1") (source (origin (method url-fetch) (uri (cran-uri "patrick" version)) (sha256 - (base32 "1gyzida6wj3adcjj3rc7amch0mvwchm4jyz1dbfw3sn4m3d6520l")))) + (base32 "05f8ccr6g5mz0n2hyna8cvk9wb3vbdmx1cdwsfyjxwagpmyvill5")))) (properties `((upstream-name . "patrick"))) (build-system r-build-system) ;; One test fails. @@ -40736,7 +40736,6 @@ multiple plots.") r-rlang r-testthat r-tibble)) - (native-inputs (list r-testthat)) (home-page "https://github.com/google/patrick") (synopsis "Parameterized Unit Testing") (description |
