guix-commits
[Top][All Lists]
Advanced

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

11/53: gnu: gtksourceview: Update to 3.20.2.


From: ???
Subject: 11/53: gnu: gtksourceview: Update to 3.20.2.
Date: Fri, 29 Apr 2016 09:02:11 +0000

iyzsong pushed a commit to branch gnome-updates
in repository guix.

commit 5a5a623394f3b2549c1cfb6323d628915997e5de
Author: 宋文武 <address@hidden>
Date:   Thu Apr 28 08:59:49 2016 +0800

    gnu: gtksourceview: Update to 3.20.2.
    
    * gnu/packages/gtk.scm (gtksourceview): Update to 3.20.2.
---
 gnu/packages/gtk.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index f881584..5b901b9 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -339,7 +339,7 @@ printing and other features typical of a source code 
editor.")
 (define-public gtksourceview
  (package
    (name "gtksourceview")
-   (version "3.20.1")
+   (version "3.20.2")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -347,7 +347,7 @@ printing and other features typical of a source code 
editor.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "0k4cmq94181l39di9z4agampg4za6bvimkvcjm3qlxmsxb09ab9j"))))
+               "03vxirdbjpgjrkl5ph0p9b1saq17xxr4kvhz1ijpg40a9jf3ci4y"))))
    (build-system gnu-build-system)
    (arguments
     '(#:phases



reply via email to

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