mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: glibmm: Update to 2.58.0.
* gnu/packages/glib.scm (glibmm): Update to 2.58.0.
This commit is contained in:
parent
036c86be5a
commit
8a9ac0477d
1 changed files with 2 additions and 2 deletions
|
@ -551,7 +551,7 @@ (define libsigc++
|
||||||
(define glibmm
|
(define glibmm
|
||||||
(package
|
(package
|
||||||
(name "glibmm")
|
(name "glibmm")
|
||||||
(version "2.56.0")
|
(version "2.58.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/glibmm/"
|
(uri (string-append "mirror://gnome/sources/glibmm/"
|
||||||
|
@ -559,7 +559,7 @@ (define glibmm
|
||||||
"/glibmm-" version ".tar.xz"))
|
"/glibmm-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1abrkqhca5p8n6ly3vp1232rny03s7lrd8f8iz2m2m141nxgqx3f"))))
|
"0idnaii4h3mdym2a55gkavipyxigwvbgfmzmwql85s4rgciqjhfk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; XXX: Some tests uses C++14 features. Remove this when the default
|
`(;; XXX: Some tests uses C++14 features. Remove this when the default
|
||||||
|
|
Loading…
Reference in a new issue