[PATCH 02/24] gnu: r-lava: Update to 1.6.5.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 6 years ago
(address . guix-patches@gnu.org)
87y36ctp95.fsf@posteo.net
From 9057fd6a19ca293538218e4a1fffb05591b7a769 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Mon, 18 Feb 2019 19:14:38 -0600
Subject: [PATCH 02/24] gnu: r-lava: Update to 1.6.5.

* gnu/packages/cran.scm (r-lava): Update to 1.6.5.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0d5717d98..b71906a8f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2252,14 +2252,14 @@ available in a vignette.")
(define-public r-lava
(package
(name "r-lava")
- (version "1.6.4")
+ (version "1.6.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "lava" version))
(sha256
(base32
- "0627cjlg55kzbzcy82w6wykmw2i57qhgfcabn2zy3ydfdswyxij1"))))
+ "13rlqdg42ylnz4hc932bl50xismrcr4d9ykcd9zs19cw5mckjx0f"))))
(build-system r-build-system)
(propagated-inputs
`(("r-numderiv" ,r-numderiv)
--
2.20.1
Ricardo Wurmus wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 34543-done@debbugs.gnu.org)
87y36aua8m.fsf@elephly.net
Brett Gilio <brettg@posteo.net> writes:

Toggle quote (7 lines)
> From 9057fd6a19ca293538218e4a1fffb05591b7a769 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Mon, 18 Feb 2019 19:14:38 -0600
> Subject: [PATCH 02/24] gnu: r-lava: Update to 1.6.5.
>
> * gnu/packages/cran.scm (r-lava): Update to 1.6.5.

Pushed to master branch with commit bf6c8960c6. Thanks.

--
Ricardo
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 34543
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