mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: curl/fixed: Fix version.
This is a followup to d6d706a58b. The version
string is set separately to have the same length as curl for grafting and was
forgotten in the previous commit.
* gnu/packages/curl.scm (curl/fixed)[version]: Set to "8.4.0a" to match actual
version and length needed for grafting.
This commit is contained in:
@@ -159,7 +159,7 @@ tunneling, and so on.")
|
||||
(let ((%version "8.4.0"))
|
||||
(package
|
||||
(inherit curl)
|
||||
(version "8.3.0a") ; add lowercase 'a' for grafting
|
||||
(version "8.4.0a") ; add lowercase 'a' for grafting
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://curl.se/download/curl-"
|
||||
|
||||
Reference in New Issue
Block a user