mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: glib: Fix URL.
* gnu/packages/glib.scm (glib): Fix URL.
This commit is contained in:
parent
e0b2737583
commit
f88aeb6aa8
1 changed files with 1 additions and 1 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Reference in a new issue