all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34555] [PATCH 15/24] gnu: r-maptools: Update to 0.9-5.
@ 2019-02-19  3:44 Brett Gilio
  2019-03-14 10:32 ` bug#34555: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Brett Gilio @ 2019-02-19  3:44 UTC (permalink / raw)
  To: 34555

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH 15/24] gnu: r-maptools: Update to 0.9-5. --]
[-- Type: text/x-patch, Size: 1403 bytes --]

From ee38769b43a0438a4d8bdbe39d429701713a83d0 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Mon, 18 Feb 2019 20:59:12 -0600
Subject: [PATCH 15/24] gnu: r-maptools: Update to 0.9-5.

* gnu/packages/cran.scm (r-maptools): Update to 0.9-5.
---
 gnu/packages/cran.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5a48e807c..1c6894092 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4937,20 +4937,20 @@ simple method for converting between file types.")
 (define-public r-maptools
   (package
     (name "r-maptools")
-    (version "0.9-4")
+    (version "0.9-5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "maptools" version))
        (sha256
         (base32
-         "1753kgyc4kmbb5h6knz5wgvvvj8v77kzm8lz0kwz05m5k3spa24k"))))
+         "1pbvcn9xfx0hxq1ppbfg9xm5j04q4c15nj983yjmg7dlkzq135ax"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-foreign" ,r-foreign)
        ("r-lattice" ,r-lattice)
        ("r-sp" ,r-sp)))
-    (home-page "http://r-forge.r-project.org/projects/maptools/")
+    (home-page "https://r-forge.r-project.org/projects/maptools/")
     (synopsis "Tools for reading and handling spatial objects")
     (description
      "This package provides a set of tools for manipulating and reading
-- 
2.20.1

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

* bug#34555: [PATCH 15/24] gnu: r-maptools: Update to 0.9-5.
  2019-02-19  3:44 [bug#34555] [PATCH 15/24] gnu: r-maptools: Update to 0.9-5 Brett Gilio
@ 2019-03-14 10:32 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2019-03-14 10:32 UTC (permalink / raw)
  To: Brett Gilio; +Cc: 34555-done


Brett Gilio <brettg@posteo.net> writes:

> From ee38769b43a0438a4d8bdbe39d429701713a83d0 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Mon, 18 Feb 2019 20:59:12 -0600
> Subject: [PATCH 15/24] gnu: r-maptools: Update to 0.9-5.
>
> * gnu/packages/cran.scm (r-maptools): Update to 0.9-5.

Meanwhile this has found its way into Guix with the last big mass
upgrade of CRAN and Bioconductor packages.  Closing.

Thanks!

-- 
Ricardo

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

end of thread, other threads:[~2019-03-14 10:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-19  3:44 [bug#34555] [PATCH 15/24] gnu: r-maptools: Update to 0.9-5 Brett Gilio
2019-03-14 10:32 ` bug#34555: " 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.