3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libsigc++: Update to 2.10.3.

* gnu/packages/glib.scm (libsigc++): Update to 2.10.3.
This commit is contained in:
Marius Bakke 2020-03-26 16:16:30 +01:00
parent 2b9b854cd1
commit 0eb56ccbd6
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -583,7 +583,7 @@ by GDBus included in Glib.")
(define libsigc++
(package
(name "libsigc++")
(version "2.10.2")
(version "2.10.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/libsigc++/"
@ -591,7 +591,7 @@ by GDBus included in Glib.")
name "-" version ".tar.xz"))
(sha256
(base32
"163s14d1rqp82gc1vsm3q0wzsbdicb9q6307kz0zk5lm6x9h5jmi"))))
"11j7j1jv4z58d9s7jvl42fnqa1dzl4idgil9r45cjv1w673dys0b"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)
("m4" ,m4)))