diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-11-14 15:20:44 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-11-14 15:20:44 +0200 |
commit | 4d9b8ef3916964136e4b9fac3b0a775d6dade113 (patch) | |
tree | 2ceefa058ceff4965d45f8bf25cc57bc537eba23 | |
parent | 19f8ebae0e8e79f9297cddc98b57f9d61b7dc1b1 (diff) | |
download | guix-4d9b8ef3916964136e4b9fac3b0a775d6dade113.tar.gz |
gnu: python-flask-migrate: Add source file-name.
* gnu/packages/python-web.scm (python-flask-migrate)[source]: Add file-name field.
-rw-r--r-- | gnu/packages/python-web.scm | 1 |
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")))) |