guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: virtualpg: Update to 2.0.1.


From: guix-commits
Subject: branch master updated: gnu: virtualpg: Update to 2.0.1.
Date: Fri, 05 Mar 2021 07:48:45 -0500

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b2a94e5  gnu: virtualpg: Update to 2.0.1.
b2a94e5 is described below

commit b2a94e59b8fba2f43fbefc45c2f1c4caeabdedb1
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Fri Mar 5 10:23:11 2021 +0100

    gnu: virtualpg: Update to 2.0.1.
    
    * gnu/packages/geo.scm (virtualpg): Update to 2.0.1.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 bd8dd6b..ae37c8f 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)



reply via email to

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