mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18: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
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
(version-major+minor version) "/" name "-"
|
||||
(version-major version) "/" name "-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue