guix-commits
[Top][All Lists]
Advanced

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

09/116: gnu: glibmm: Update to 2.42.0.


From: Mark H. Weaver
Subject: 09/116: gnu: glibmm: Update to 2.42.0.
Date: Sat, 20 Dec 2014 04:38:17 +0000

mhw pushed a commit to branch xorg-updates
in repository guix.

commit 3d6befa4af3466ad84cf051c30abd6e707acf16c
Author: Mark H Weaver <address@hidden>
Date:   Fri Dec 19 13:55:04 2014 -0500

    gnu: glibmm: Update to 2.42.0.
    
    * gnu/packages/glib.scm (glibmm): Update to 2.42.0.  Use 
'version-major+minor'
      to compute source URI.
---
 gnu/packages/glib.scm |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 9304e60..83d55d6 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -393,14 +393,15 @@ has an ease of use unmatched by other C++ callback 
libraries.")
 (define glibmm
   (package
     (name "glibmm")
-    (version "2.37.7")
+    (version "2.42.0")
     (source (origin
              (method url-fetch)
-             (uri (string-append "mirror://gnome/sources/glibmm/2.37/glibmm-"
-                                 version ".tar.xz"))
+             (uri (string-append "mirror://gnome/sources/glibmm/"
+                                 (version-major+minor version)
+                                 "/glibmm-" version ".tar.xz"))
              (sha256
               (base32
-               "0mms4yl5izsya1135772z4jkb184ss86x0wlg6dm7yvwxvb6bjlw"))))
+               "15rk3az8jh3rdwlc3lxjljbnh60drj3ka9574zd39lkqfgcq6l4q"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases (alist-cons-before



reply via email to

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