Skip to content
Snippets Groups Projects
Unverified Commit 000c5a11 authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: libsigc++: Update to 2.10.0.

* gnu/packages/glib.scm (libsigc++): Update to 2.10.0.
parent cb8edaac
No related branches found
No related tags found
No related merge requests found
...@@ -471,7 +471,7 @@ (define dbus-glib ...@@ -471,7 +471,7 @@ (define dbus-glib
(define libsigc++ (define libsigc++
(package (package
(name "libsigc++") (name "libsigc++")
(version "2.8.0") (version "2.10.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/libsigc++/" (uri (string-append "mirror://gnome/sources/libsigc++/"
...@@ -479,7 +479,7 @@ (define libsigc++ ...@@ -479,7 +479,7 @@ (define libsigc++
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0lcnzzdq6718znfshs1hflpwqq6awbzwdyp4kv5lfaf54z880jbp")))) "10cd54l4zihss9qxfhd2iip2k7mr292k37i54r2cpgv0c8sdchzq"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config) (native-inputs `(("pkg-config" ,pkg-config)
("m4" ,m4))) ("m4" ,m4)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment