gnu: glib: Fix URL.

* gnu/packages/glib.scm (glib): Fix URL.
This commit is contained in:
Ludovic Courtès 2013-06-09 23:52:22 +02:00
parent e0b2737583
commit f88aeb6aa8

View file

@ -79,7 +79,7 @@ (define-public glib
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/"
name "/2.34/"
name "/2.37/"
name "-" version ".tar.xz"))
(sha256
(base32 "1lp705q0g9jlfj24x8fpgjh7awmmara5iyj9kz5lhd49sr9s813k"))))