mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libgnome: Correct source file name.
* gnu/packages/gnome.scm (libgnome): Correct source file name.
This commit is contained in:
parent
0ba10e086f
commit
ff0bf0aca5
1 changed files with 2 additions and 1 deletions
|
@ -837,7 +837,8 @@ (define-public libgnome
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://gnome/sources/" name "/" (string-take version 3) "/" name "-"
|
||||
"mirror://gnome/sources/" name "/"
|
||||
(string-take version 4) "/" name "-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
(sha256
|
||||
|
|
Loading…
Reference in a new issue