Skip to content

Commit

Permalink
gnu: cheese: Fix source URL.
Browse files Browse the repository at this point in the history
This is a followup to 6e95917, which
would construct an incorrect URL.

* gnu/packages/gnome.scm (cheese)[source]: In URL, change
'version-major+minor' to 'version-major'.
  • Loading branch information
civodul committed Sep 2, 2022
1 parent aaf7820 commit 162c7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnu/packages/gnome.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 162c7e1

Please sign in to comment.