guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: ganv-devel: Update to 1.5.4-12f7d6b04.


From: Ricardo Wurmus
Subject: 02/05: gnu: ganv-devel: Update to 1.5.4-12f7d6b04.
Date: Sun, 22 Oct 2017 06:13:49 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ab8f4a7067de1d7c6ec21d6c28c0d3313d85e9d3
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Oct 22 11:57:20 2017 +0200

    gnu: ganv-devel: Update to 1.5.4-12f7d6b04.
    
    * gnu/packages/gtk.scm (ganv-devel): Update to 1.5.4-12f7d6b04.
---
 gnu/packages/gtk.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index ff8509f..235d2c3 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -306,12 +306,12 @@ diagrams.")
     (license license:gpl3+)))
 
 (define-public ganv-devel
-  (let ((commit "31685d283e9b811b61014f820c42807f4effa071")
+  (let ((commit "12f7d6b0438c94dd87f773a92eee3453d971846e")
         (revision "1"))
     (package
       (inherit ganv)
       (name "ganv")
-      (version (string-append "1.4.2-" revision "."
+      (version (string-append "1.5.4-" revision "."
                               (string-take commit 9)))
       (source (origin
                 (method git-fetch)
@@ -320,7 +320,7 @@ diagrams.")
                       (commit commit)))
                 (sha256
                  (base32
-                  "0xmbykdl42jn9cgzrqrys5lng67d26nk5xq10wkkvjqldiwdck56")))))))
+                  "1cr8w02lr6bk9mkxa12j3imq721b2an2yn4bj5wnwmpm91ddn2gi")))))))
 
 (define-public gtksourceview-2
   (package



reply via email to

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