[PATCH] gnu: r-fmri: Update to 1.9.12.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Afkhami, Navid
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Afkhami, Navid
Severity
normal

Debbugs page

Afkhami, Navid wrote 8 months ago
(address . guix-patches@gnu.org)(name . Afkhami, Navid)(address . Navid.Afkhami@mdc-berlin.de)
eff013e9a5c95d286d7b6ebfeb4890e73b2a1201.1721985978.git.Navid.Afkhami@mdc-berlin.de
* gnu/packages/cran.scm (r-fmri): Update to 1.9.12.1.

Change-Id: I608d5d8c47897433025bc7d80ec8065a678687df
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index be22b1d28d..6015edd44e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19683,13 +19683,13 @@ (define-public r-ouch
(define-public r-fmri
(package
(name "r-fmri")
- (version "1.9.12")
+ (version "1.9.12.1")
(source (origin
(method url-fetch)
(uri (cran-uri "fmri" version))
(sha256
(base32
- "1cv5mxcdpyf05n5pcjdawl59j7f4k40386r4m38qf15vcy45zdfq"))))
+ "0fyvnc39la5wgd9232nw6lp6yi1v3nkjwzn0sbhm4rckknibb5s4"))))
(properties `((upstream-name . "fmri")))
(build-system r-build-system)
(propagated-inputs (list r-aws r-metafor r-nlme r-oro-nifti))

base-commit: efc26826400762207cde9f23802cfe75a737963c
prerequisite-patch-id: efd6ac970e611b1f1f697b659f58828511503eb6
prerequisite-patch-id: c048bbfdc80daf98ca699325dc691c0abcd9bf2c
--
2.34.1
Ricardo Wurmus wrote 4 months ago
(address . 72304-done@debbugs.gnu.org)
87r07vkye7.fsf@elephly.net
Thanks for the patch. This was already covered by a bulk upgrade,
specifically commit ec3a125f02e85dc39d27685b71b6a99f14ae2107, so I'm
closing this issue.

Thanks!

--
Ricardo
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 72304@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72304
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help