gnu: gnome-bluetooth: Fix source URL.
* gnu/packages/gnome.scm (gnome-bluetooth)[source]: Fix URL.
This commit is contained in:
parent
c2f9064f9b
commit
4d15eb2368
1 changed files with 1 additions and 1 deletions
|
@ -8897,7 +8897,7 @@ usage and information about running processes.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/gnome-bluetooth/"
|
(uri (string-append "mirror://gnome/sources/gnome-bluetooth/"
|
||||||
(version-major+minor version) "/"
|
(version-major version) "/"
|
||||||
"gnome-bluetooth-" version ".tar.xz"))
|
"gnome-bluetooth-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Reference in a new issue