GNU bug report logs - #46941
[PATCH] gnu: virtualpg: Update to 2.0.1.

Previous Next

Package: guix-patches;

Reported by: Felix Gruber <felgru <at> posteo.net>

Date: Fri, 5 Mar 2021 09:24:01 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Felix Gruber <felgru <at> posteo.net>
Subject: bug#46941: closed (Re: [bug#46941] [PATCH] gnu: virtualpg: Update
 to 2.0.1.)
Date: Fri, 05 Mar 2021 12:51:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#46941: [PATCH] gnu: virtualpg: Update to 2.0.1.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 46941 <at> debbugs.gnu.org.

-- 
46941: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46941
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Felix Gruber <felgru <at> posteo.net>
Cc: 46941-done <at> debbugs.gnu.org
Subject: Re: [bug#46941] [PATCH] gnu: virtualpg: Update to 2.0.1.
Date: Fri, 05 Mar 2021 13:49:57 +0100
[Message part 3 (text/plain, inline)]
Patch pushed as b2a94e59b8fba2f43fbefc45c2f1c4caeabdedb1.
Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Felix Gruber <felgru <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Felix Gruber <felgru <at> posteo.net>
Subject: [PATCH] gnu: virtualpg: Update to 2.0.1.
Date: Fri,  5 Mar 2021 10:23:11 +0100
* gnu/packages/geo.scm (virtualpg): Update to 2.0.1.
---
 gnu/packages/geo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index bd8dd6b9f7..ae37c8f151 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1756,14 +1756,14 @@ tools supporting SpatiaLite.")
 (define-public virtualpg
   (package
     (name "virtualpg")
-    (version "1.0.2")
+    (version "2.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.gaia-gis.it/gaia-sins/"
                            "virtualpg-" version ".tar.gz"))
        (sha256
-        (base32 "0kjipcd08vvn188xmwbs7sw41xcs06x47n2hbqshpjcr51mxbarp"))))
+        (base32 "12z0l7368r4116ljzg7nljy5hf425r11vxc540w79wlzikmynamy"))))
     (build-system gnu-build-system)
     (inputs
      `(("postgresql" ,postgresql)
-- 
2.30.1




This bug report was last modified 4 years and 76 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.