gnu: amtk: Don't use NAME in source URI.
* gnu/packages/gnome.scm (amtk)[source]: Hard-code NAME.master
parent
09c4e43f81
commit
bf92ba6b7b
|
@ -3410,9 +3410,9 @@ which are easy to play with the aid of a mouse.")
|
|||
(version "5.0.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
(uri (string-append "mirror://gnome/sources/amtk/"
|
||||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
"amtk-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"09yy95w1s83c43mh9vha1jbb780yighf5pd2j0ygjmc68sjg871d"))))
|
||||
|
|
Reference in New Issue