guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: poedit: Update to 2.2.4.


From: guix-commits
Subject: 02/07: gnu: poedit: Update to 2.2.4.
Date: Mon, 14 Oct 2019 11:16:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b55e32894175569decd9488af8e192566a173922
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Oct 14 16:18:05 2019 +0200

    gnu: poedit: Update to 2.2.4.
    
    * gnu/packages/poedit.scm (poedit): Update to 2.2.4.
---
 gnu/packages/poedit.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/poedit.scm b/gnu/packages/poedit.scm
index 0b21a9e..3487636 100644
--- a/gnu/packages/poedit.scm
+++ b/gnu/packages/poedit.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2019 Julien Lepiller <address@hidden>
+;;; Copyright © 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -37,7 +38,7 @@
 (define-public poedit
   (package
     (name "poedit")
-    (version "2.2.1")
+    (version "2.2.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -46,7 +47,7 @@
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1fxzmry4b23l90j03jdyvd4jprdpy4xcnhw7xrmmfnlbh2abf9x7"))
+                "147jiiab4n0nbhzp1vw1jn8ykhy7qh6zf02654ppi0imdfvfnjss"))
              (modules '((guix build utils)))
              (snippet
               '(begin



reply via email to

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