emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#34537: closed ([PATCH] gnu: r-geometry: Update to


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#34537: closed ([PATCH] gnu: r-geometry: Update to 0.4.0.)
Date: Wed, 20 Feb 2019 16:29:01 +0000

Your message dated Wed, 20 Feb 2019 17:28:20 +0100
with message-id <address@hidden>
and subject line Re: [bug#34537] [PATCH] gnu: r-geometry: Update to 0.4.0.
has caused the debbugs.gnu.org bug report #34537,
regarding [PATCH] gnu: r-geometry: Update to 0.4.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
34537: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34537
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: r-geometry: Update to 0.4.0. Date: Mon, 18 Feb 2019 16:53:52 -0600
>From 6da9cc3cd11f126b593a8a756274eb59a69e5dca Mon Sep 17 00:00:00 2001
From: Brett Gilio <address@hidden>
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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#34537] [PATCH] gnu: r-geometry: Update to 0.4.0. Date: Wed, 20 Feb 2019 17:28:20 +0100 User-agent: mu4e 1.0; emacs 26.1
Brett Gilio <address@hidden> writes:

> From 6da9cc3cd11f126b593a8a756274eb59a69e5dca Mon Sep 17 00:00:00 2001
> From: Brett Gilio <address@hidden>
> 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



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]