me
/
guix
Archived
1
0
Fork 0

gnu: glibmm: Update to 2.48.1.

* gnu/packages/glib.scm (glibmm): Update to 2.48.1.
master
宋文武 2016-04-05 16:43:01 +08:00 committed by Ludovic Courtès
parent bc84c6f1d5
commit d3e80ec2c5
1 changed files with 2 additions and 2 deletions

View File

@ -474,7 +474,7 @@ has an ease of use unmatched by other C++ callback libraries.")
(define glibmm
(package
(name "glibmm")
(version "2.46.3")
(version "2.48.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/glibmm/"
@ -482,7 +482,7 @@ has an ease of use unmatched by other C++ callback libraries.")
"/glibmm-" version ".tar.xz"))
(sha256
(base32
"1kw65mlabwdjw86jybxslncbnnx40hcx4z6xpq9i4ymjvsnm91n7"))))
"1pvw2mrm03p51p03179rb6fk9p42iykkwj1jcdv7jr265xymy8nw"))))
(build-system gnu-build-system)
(arguments
`(#:phases (alist-cons-before