guix-commits
[Top][All Lists]
Advanced

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

17/25: gnu: python-flask-migrate: Add source file-name.


From: guix-commits
Subject: 17/25: gnu: python-flask-migrate: Add source file-name.
Date: Mon, 14 Nov 2022 08:44:45 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 4d9b8ef3916964136e4b9fac3b0a775d6dade113
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Nov 14 15:20:44 2022 +0200

    gnu: python-flask-migrate: Add source file-name.
    
    * gnu/packages/python-web.scm (python-flask-migrate)[source]: Add
    file-name field.
---
 gnu/packages/python-web.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 72f5cc3405..d88b3a941d 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4241,6 +4241,7 @@ server.")
               (method git-fetch)
               (uri (git-reference (url home-page)
                                   (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
               (sha256
                (base32
                 "0zj7qpknvlhrh4fsp5sx4fwyx3sp41ynclka992zympm3xym9zyq"))))



reply via email to

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