[PATCH] gnu: r-geometry: Update to 0.4.0.

  • 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)
87bm38908v.fsf@posteo.net
From 6da9cc3cd11f126b593a8a756274eb59a69e5dca Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Mon, 18 Feb 2019 16:53:16 -0600
Subject: [PATCH] gnu: r-geometry: Update to 0.4.0.

* gnu/packages/cran.scm (r-geometry): Update to 0.4.0.
---
gnu/packages/cran.scm | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

Toggle diff (30 lines)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 82fd465d7..273239aa3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2446,16 +2446,20 @@ to access PostgreSQL database systems.")
(define-public r-geometry
(package
(name "r-geometry")
- (version "0.3-6")
+ (version "0.4.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "geometry" version))
(sha256
(base32
- "0s09vi0rr0smys3an83mz6fk41bplxyz4myrbiinf4qpk6n33qib"))))
+ "0lpih1a93jz021krdv78zf6fq95g8i0xw4r9aj5gq36a0vzc3i0y"))))
(build-system r-build-system)
- (propagated-inputs `(("r-magic" ,r-magic)))
+ (propagated-inputs
+ `(("r-magic" ,r-magic)
+ ("r-lpsolve" ,r-lpsolve)
+ ("r-rcpp" ,r-rcpp)
+ ("r-cppprogress" ,r-rcppprogress)))
(home-page "http://geometry.r-forge.r-project.org/")
(synopsis "Mesh generation and surface tesselation")
(description
--
2.20.1
Ricardo Wurmus wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 34537-done@debbugs.gnu.org)
87h8cytoez.fsf@elephly.net
Brett Gilio <brettg@posteo.net> writes:

Toggle quote (7 lines)
> From 6da9cc3cd11f126b593a8a756274eb59a69e5dca Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Mon, 18 Feb 2019 16:53:16 -0600
> Subject: [PATCH] gnu: r-geometry: Update to 0.4.0.
>
> * gnu/packages/cran.scm (r-geometry): Update to 0.4.0.

I pushed this to the master branch with commit a023d43d48. Thanks!

Please always list all changes in the commit message. I edited it to
mention the changes to the propagated inputs.

--
Ricardo
Closed
?
Your comment

This issue is archived.

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

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