gnu: libgnome: Correct source file name.
* gnu/packages/gnome.scm (libgnome): Correct source file name.master
parent
0ba10e086f
commit
ff0bf0aca5
|
@ -837,7 +837,8 @@ allows applications to access local and remote files with a single consistent AP
|
|||
(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
|
||||
|
|
Reference in New Issue