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
@ -10727,7 +10727,7 @@ photo-booth-like software, such as 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 New Issue
Block a user