mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: cheese: Fix source URL.
This is a followup to 6e95917b64
, which
would construct an incorrect URL.
* gnu/packages/gnome.scm (cheese)[source]: In URL, change
'version-major+minor' to 'version-major'.
This commit is contained in:
parent
aaf7820d57
commit
162c7e1bc6
1 changed files with 1 additions and 1 deletions
|
@ -10727,7 +10727,7 @@ (define-public cheese
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
(version-major+minor version) "/" name "-"
|
(version-major version) "/" name "-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in a new issue