guix-commits
[Top][All Lists]
Advanced

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

133/133: gnu: gtksourceview: Update to 4.0.3.


From: guix-commits
Subject: 133/133: gnu: gtksourceview: Update to 4.0.3.
Date: Sun, 6 Jan 2019 16:59:53 -0500 (EST)

rekado pushed a commit to branch wip-gnome3.30
in repository guix.

commit e5746cd998ffc18bb026356dffb30fa63e1be420
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Dec 7 09:02:16 2018 +0100

    gnu: gtksourceview: Update to 4.0.3.
    
    * gnu/packages/gtk.scm (gtksourceview): Update to 4.0.3.
---
 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 5bf12a1..dd4779c 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -392,7 +392,7 @@ printing and other features typical of a source code 
editor.")
 (define-public gtksourceview
  (package
    (name "gtksourceview")
-   (version "4.0.2")
+   (version "4.0.3")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -400,7 +400,7 @@ printing and other features typical of a source code 
editor.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "1b2z9c0skxrgw2vh08hv6qxky8jbvamc4rgww82j0kpp533rz0hm"))))
+               "0wwxgw43dmmaz07lzdzpladir26l2bly3lnf2ks6pna152wafm9x"))))
    (build-system gnu-build-system)
    (arguments
     '(#:phases



reply via email to

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