[PATCH] gnu: gramps: Update to 5.0.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Ludovic Courtès
Owner
unassigned
Submitted by
Guillaume Le Vaillant
Severity
normal
G
G
Guillaume Le Vaillant wrote on 16 Aug 2019 11:42
(address . guix-patches@gnu.org)(name . Guillaume Le Vaillant)(address . glv@posteo.net)
20190816094237.25836-1-glv@posteo.net
* gnu/packages/genealogy.scm (gramps): Update to 5.0.2.
---
gnu/packages/genealogy.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/genealogy.scm b/gnu/packages/genealogy.scm
index 2db3fdb918..ec9d99400f 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)
--
2.22.1
L
L
Ludovic Courtès wrote on 16 Aug 2019 22:54
(name . Guillaume Le Vaillant)(address . glv@posteo.net)(address . 37050-done@debbugs.gnu.org)
87r25kg7bc.fsf@gnu.org
Guillaume Le Vaillant <glv@posteo.net> skribis:

Toggle quote (2 lines)
> * gnu/packages/genealogy.scm (gramps): Update to 5.0.2.

Applied, thanks!

Ludo’.
Closed
?