summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-11-14 15:20:44 +0200
committerEfraim Flashner <efraim@flashner.co.il>2022-11-14 15:20:44 +0200
commit4d9b8ef3916964136e4b9fac3b0a775d6dade113 (patch)
tree2ceefa058ceff4965d45f8bf25cc57bc537eba23 /gnu/packages/python-web.scm
parent19f8ebae0e8e79f9297cddc98b57f9d61b7dc1b1 (diff)
gnu: python-flask-migrate: Add source file-name.
* gnu/packages/python-web.scm (python-flask-migrate)[source]: Add file-name field.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm1
1 files changed, 1 insertions, 0 deletions
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"))))