guix-commits
[Top][All Lists]
Advanced

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

24/97: gnu: gtksourceview: Update to 3.20.1.


From: Ludovic Courtès
Subject: 24/97: gnu: gtksourceview: Update to 3.20.1.
Date: Wed, 13 Apr 2016 17:31:45 +0000

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

commit c128a894602917b59e8ed861d96f25de6d724cc3
Author: 宋文武 <address@hidden>
Date:   Tue Apr 5 16:55:33 2016 +0800

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

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 804f285..30dec4d 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.18.2")
+   (version "3.20.1")
    (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
-               "1cmplnqbyd1js5bkpi9cfc3gljilyxg5nngwh4i3mq9r02gmmxv0"))))
+               "0k4cmq94181l39di9z4agampg4za6bvimkvcjm3qlxmsxb09ab9j"))))
    (build-system gnu-build-system)
    (arguments
     '(#:phases



reply via email to

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