guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: curl/fixed: Fix version.


From: guix-commits
Subject: branch master updated: gnu: curl/fixed: Fix version.
Date: Wed, 11 Oct 2023 23:16:03 -0400

This is an automated email from the git hooks/post-receive script.

podiki pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f62737bfee gnu: curl/fixed: Fix version.
f62737bfee is described below

commit f62737bfee086040fa3ecb26968f6d16f84147aa
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Wed Oct 11 23:12:15 2023 -0400

    gnu: curl/fixed: Fix version.
    
    This is a followup to d6d706a58b8159748d3a46fa97cae18850487c8a.  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.
---
 gnu/packages/curl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index e3234292eb..02803833e6 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -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-";



reply via email to

[Prev in Thread] Current Thread [Next in Thread]