guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: coeurl: Add source file-name.


From: guix-commits
Subject: branch master updated: gnu: coeurl: Add source file-name.
Date: Mon, 14 Mar 2022 09:07:46 -0400

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

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c0ca63b4da gnu: coeurl: Add source file-name.
c0ca63b4da is described below

commit c0ca63b4da8113a23aca618144136d68dcc7bc58
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 14 12:10:30 2022 +0200

    gnu: coeurl: Add source file-name.
    
    * gnu/packages/curl.scm (coeurl)[source]: Add file-name field.
---
 gnu/packages/curl.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index 2c3949b524..d36519260e 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -348,6 +348,7 @@ curl to obtain exactly that HTTP request.")
        (uri (git-reference
              (url "https://nheko.im/nheko-reborn/coeurl";)
              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
         (base32
          "0kbazvrb4hzc9jr7yywd36ack1yy7bh8sh1kc4jzv6jfzvxjb0i0"))))



reply via email to

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