mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: libsigc++: Update to 2.6.1.
* gnu/packages/glib.scm (libsigc++): Update to 2.6.1.
This commit is contained in:
parent
fa09ebfa0e
commit
93d809b0df
1 changed files with 2 additions and 2 deletions
|
@ -393,7 +393,7 @@ (define dbus-glib
|
||||||
(define libsigc++
|
(define libsigc++
|
||||||
(package
|
(package
|
||||||
(name "libsigc++")
|
(name "libsigc++")
|
||||||
(version "2.4.1")
|
(version "2.6.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/libsigc++/"
|
(uri (string-append "mirror://gnome/sources/libsigc++/"
|
||||||
|
@ -401,7 +401,7 @@ (define libsigc++
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1v0rvkzglzmf67y9nkcppwjwi68j1cy5yhldvcq7xrv8594l612l"))))
|
"06xyvxaaxh3nbpjg86gcq5zcc2qnpx354wcfrqlhbndkq5kj2vqq"))))
|
||||||
(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)))
|
||||||
|
|
Loading…
Reference in a new issue