aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/statistics.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/statistics.scm')
-rw-r--r--gnu/packages/statistics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 62e801a964..9839863c92 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1137,14 +1137,14 @@ designed by Cynthia Brewer as described at http://colorbrewer2.org")
(define-public r-sendmailr
(package
(name "r-sendmailr")
- (version "1.2-1")
+ (version "1.2-1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "sendmailR" version))
(sha256
(base32
- "0z7ipywnzgkhfvl4zb2fjwl1xq7b5wib296vn9c9qgbndj6b1zh4"))))
+ "1dgxl6wnadlw5b3m4has5zalpk3pd5j70hfps92b9lbx4i7xbmr0"))))
(properties `((upstream-name . "sendmailR")))
(build-system r-build-system)
(propagated-inputs
2023-10-23doc: Document Cuirass build notifications....Maxim Cournoyer 2023-10-22build: Add a commit-msg hook that embeds Change-Id in commit messages....Maxim Cournoyer 2023-10-05doc: Suggest keeping record type descriptors private....Ludovic Courtès 2023-10-05doc: Update bug-reference configuration snippet....Mekeor Melire 2023-10-05doc: contributing: Add alternative setups section....Ekaitz Zarraga 2023-09-26doc: Update bug-reference configuration snippet....Maxim Cournoyer 2023-09-25doc: Add new 'Circular Module Dependencies' section....Maxim Cournoyer 2023-09-22doc: contributing: Clarify generating the pre-inst-env script....Efraim Flashner 2023-09-18maint: Support `guix shell' in Guix's git archive with manifest.scm....Janneke Nieuwenhuizen 2023-09-17.dir-locals.el: Update bug-reference configuration and document it....Maxim Cournoyer 2023-09-06.dir-locals: Streamline Geiser configuration....Maxim Cournoyer 2023-09-05doc: Document mumi command-line interface....Arun Isaac 2023-08-16doc: contributing: Mention the expected branch merge request format....Maxim Cournoyer 2023-07-18gnu: Deprecate `texlive-tiny'....Nicolas Goaziou 2023-06-12doc: Move and rewrite the branching strategy....Christopher Baines 2023-06-08doc: Use the term "Procedure" for definitions....Ludovic Courtès 2023-05-24doc: contributing.texi: Specify recipient via equal sign in 'git send-email -......Felix Lechner 2023-05-07Revert "doc: Update all menus."...Maxim Cournoyer 2023-05-07doc: Update all menus....Maxim Cournoyer 2023-05-07doc: Add some information/recommendation regarding --sysconfdir....Maxim Cournoyer 2023-05-01doc: Simplify contributing section by automating git configuration....Maxim Cournoyer 2023-04-30doc: Add --sysconfdir=/etc to the recommended ./configure....Josselin Poiret 2023-04-03doc: Add a reference to a page explaining consensus decision making....Maxim Cournoyer 2023-03-23doc: Mention Python 2 packages should not be added anymore....Maxim Cournoyer 2023-03-10doc: Sending-a-Patch-Series: Fix URL....Hugo Buddelmeijer 2023-03-05doc: Give advice to contributors about communicating with reviewers....Leo Famulari 2023-01-11doc: contributing: Note '-v REVISION' bug in 'git send-email'....( 2023-01-11doc: contributing: Tweak the Commit Policy....Christopher Baines 2022-12-18doc: Fix typo....Tobias Geerinckx-Rice 2022-12-02doc: Recommend 'match-record'....Ludovic Courtès