From 4d9b8ef3916964136e4b9fac3b0a775d6dade113 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 14 Nov 2022 15:20:44 +0200 Subject: 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(+) (limited to 'gnu/packages/python-web.scm') 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 @@ (define-public python-flask-migrate (method git-fetch) (uri (git-reference (url home-page) (commit (string-append "v" version)))) + (file-name (git-file-name name version)) (sha256 (base32 "0zj7qpknvlhrh4fsp5sx4fwyx3sp41ynclka992zympm3xym9zyq")))) -- cgit v1.2.3