guix-commits
[Top][All Lists]
Advanced

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

09/11: gnu: glibmm: Update to 2.44.0.


From: ???
Subject: 09/11: gnu: glibmm: Update to 2.44.0.
Date: Wed, 22 Apr 2015 01:58:49 +0000

iyzsong pushed a commit to branch wip-glib
in repository guix.

commit 759dd7d5b937ffcebdad21db952cee013ab8d016
Author: 宋文武 <address@hidden>
Date:   Mon Apr 20 18:07:09 2015 +0800

    gnu: glibmm: Update to 2.44.0.
    
    * gnu/packages/glib.scm (glibmm): Update to 2.44.0.
---
 gnu/packages/glib.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index f1de887..18a5a51 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -397,7 +397,7 @@ has an ease of use unmatched by other C++ callback 
libraries.")
 (define glibmm
   (package
     (name "glibmm")
-    (version "2.42.0")
+    (version "2.44.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/glibmm/"
@@ -405,7 +405,7 @@ has an ease of use unmatched by other C++ callback 
libraries.")
                                  "/glibmm-" version ".tar.xz"))
              (sha256
               (base32
-               "15rk3az8jh3rdwlc3lxjljbnh60drj3ka9574zd39lkqfgcq6l4q"))))
+               "1a1fczy7hcpn24fglyn4i79f4yjc8s50is70q03mb294bm1c02hv"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases (alist-cons-before



reply via email to

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