me
/
guix
Archived
1
0
Fork 0

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.
John Kehayias 2023-10-11 23:12:15 -04:00
parent d6d706a58b
commit f62737bfee
No known key found for this signature in database
GPG Key ID: 499097AE5EA815D9
1 changed files with 1 additions and 1 deletions

View File

@ -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-"