guix-commits
[Top][All Lists]
Advanced

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

12/18: gnu: gramps: Update to 5.1.2.


From: guix-commits
Subject: 12/18: gnu: gramps: Update to 5.1.2.
Date: Sun, 19 Jan 2020 12:27:00 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 9d1c4376190abb699d921e429f899108bd448b26
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Jan 19 15:18:04 2020 +0100

    gnu: gramps: Update to 5.1.2.
    
    * gnu/packages/genealogy.scm (gramps): Update to 5.1.2.
---
 gnu/packages/genealogy.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/genealogy.scm b/gnu/packages/genealogy.scm
index bb3ed3d..869f69a 100644
--- a/gnu/packages/genealogy.scm
+++ b/gnu/packages/genealogy.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2019 Guillaume Le Vaillant <address@hidden>
+;;; Copyright © 2020 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -38,7 +39,7 @@
 (define-public gramps
   (package
     (name "gramps")
-    (version "5.1.1")
+    (version "5.1.2")
     (source
      (origin
        (method git-fetch)
@@ -47,8 +48,7 @@
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "1zrvr543zzsiapda75vdd2669fgijmx4cv7nfj5d1jsyz4qnif7b"))))
+        (base32 "175iwvdp6c1a8rskl2wpk4yvzl437j7hm23v481974a85qy43iv8"))))
     (build-system python-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)



reply via email to

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