guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: gramps: Update to 5.0.2.


From: guix-commits
Subject: 09/10: gnu: gramps: Update to 5.0.2.
Date: Fri, 16 Aug 2019 17:00:41 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 7d30b58808e17fd194000c8bde10c5e8b30d5af0
Author: Guillaume Le Vaillant <address@hidden>
Date:   Fri Aug 16 11:42:37 2019 +0200

    gnu: gramps: Update to 5.0.2.
    
    * gnu/packages/genealogy.scm (gramps): Update to 5.0.2.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/genealogy.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/genealogy.scm b/gnu/packages/genealogy.scm
index 2db3fdb..ec9d994 100644
--- a/gnu/packages/genealogy.scm
+++ b/gnu/packages/genealogy.scm
@@ -38,7 +38,7 @@
 (define-public gramps
   (package
     (name "gramps")
-    (version "5.0.1")
+    (version "5.0.2")
     (source
      (origin
        (method git-fetch)
@@ -48,7 +48,7 @@
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1jz1fbjj6byndvir7qxzhd2ryirrd5h2kwndxpp53xdc05z1i8g7"))))
+         "0wg743q8ixy5dmwricgkl4zck4109vq5ppmkyi18qjmna9m0aq7r"))))
     (build-system python-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)



reply via email to

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