guix-commits
[Top][All Lists]
Advanced

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

46/48: gnu: gtksourceview: Update to 4.0.3.


From: guix-commits
Subject: 46/48: gnu: gtksourceview: Update to 4.0.3.
Date: Fri, 3 May 2019 12:12:20 -0400 (EDT)

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

commit d5c9a072bab65ec364ff32633c50db907dff2883
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 a7c369b..3f86073 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -394,7 +394,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/gtksourceview/"
@@ -402,7 +402,7 @@ printing and other features typical of a source code 
editor.")
                                  "gtksourceview-" 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]