emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#37920: closed ([PATCH] gnu: gramps: Update to 5.1.1.)


From: GNU bug Tracking System
Subject: bug#37920: closed ([PATCH] gnu: gramps: Update to 5.1.1.)
Date: Sun, 27 Oct 2019 12:17:02 +0000

Your message dated Sun, 27 Oct 2019 14:16:38 +0200
with message-id <20191027121638.GC1540@E5400>
and subject line Re: [bug#37920] [PATCH] gnu: gramps: Update to 5.1.1.
has caused the debbugs.gnu.org bug report #37920,
regarding [PATCH] gnu: gramps: Update to 5.1.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
37920: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37920
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: gramps: Update to 5.1.1. Date: Fri, 25 Oct 2019 16:01:02 +0200
* gnu/packages/genealogy.scm (gramps): Update to 5.1.1.
  [inputs]: Add cairo.
---
 gnu/packages/genealogy.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/genealogy.scm b/gnu/packages/genealogy.scm
index ec9d99400f..bb3ed3d0aa 100644
--- a/gnu/packages/genealogy.scm
+++ b/gnu/packages/genealogy.scm
@@ -38,7 +38,7 @@
 (define-public gramps
   (package
     (name "gramps")
-    (version "5.0.2")
+    (version "5.1.1")
     (source
      (origin
        (method git-fetch)
@@ -48,13 +48,14 @@
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0wg743q8ixy5dmwricgkl4zck4109vq5ppmkyi18qjmna9m0aq7r"))))
+         "1zrvr543zzsiapda75vdd2669fgijmx4cv7nfj5d1jsyz4qnif7b"))))
     (build-system python-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)
        ("intltool" ,intltool)))
     (inputs
-     `(("font-gnu-freefont-ttf" ,font-gnu-freefont-ttf)
+     `(("cairo" ,cairo)
+       ("font-gnu-freefont-ttf" ,font-gnu-freefont-ttf)
        ("geocode-glib" ,geocode-glib)
        ("gexiv2" ,gexiv2)
        ("ghostscript" ,ghostscript)
-- 
2.23.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#37920] [PATCH] gnu: gramps: Update to 5.1.1. Date: Sun, 27 Oct 2019 14:16:38 +0200 User-agent: Mutt/1.12.2 (2019-09-21)
Looks good. Patch pushed


-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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