all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34537] [PATCH] gnu: r-geometry: Update to 0.4.0.
@ 2019-02-18 22:53 Brett Gilio
  2019-02-20 16:28 ` bug#34537: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Brett Gilio @ 2019-02-18 22:53 UTC (permalink / raw)
  To: 34537

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH] gnu: r-geometry: Update to 0.4.0. --]
[-- Type: text/x-patch, Size: 1326 bytes --]

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(-)

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#34537: [PATCH] gnu: r-geometry: Update to 0.4.0.
  2019-02-18 22:53 [bug#34537] [PATCH] gnu: r-geometry: Update to 0.4.0 Brett Gilio
@ 2019-02-20 16:28 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2019-02-20 16:28 UTC (permalink / raw)
  To: Brett Gilio; +Cc: 34537-done


Brett Gilio <brettg@posteo.net> writes:

> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-20 16:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-18 22:53 [bug#34537] [PATCH] gnu: r-geometry: Update to 0.4.0 Brett Gilio
2019-02-20 16:28 ` bug#34537: " Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.