guix-commits
[Top][All Lists]
Advanced

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

08/15: gnu: libsigc++: Update to 2.10.1.


From: guix-commits
Subject: 08/15: gnu: libsigc++: Update to 2.10.1.
Date: Tue, 4 Dec 2018 14:06:35 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit f00148f13e45d8d0f51f9e684e3502e0a7cd1f2e
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 4 17:07:52 2018 +0100

    gnu: libsigc++: Update to 2.10.1.
    
    * gnu/packages/glib.scm (libsigc++): Update to 2.10.1.
---
 gnu/packages/glib.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 491f688..0af7c6b 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -486,7 +486,7 @@ by GDBus included in Glib.")
 (define libsigc++
   (package
     (name "libsigc++")
-    (version "2.10.0")
+    (version "2.10.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/libsigc++/"
@@ -494,7 +494,7 @@ by GDBus included in Glib.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "10cd54l4zihss9qxfhd2iip2k7mr292k37i54r2cpgv0c8sdchzq"))))
+               "00v08km4wwzbh6vjxb21388wb9dm6g2xh14rgwabnv4c2wk5z8n9"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)
                      ("m4" ,m4)))



reply via email to

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