me
/
guix
Archived
1
0
Fork 0

gnu: python-flask-migrate: Add source file-name.

* gnu/packages/python-web.scm (python-flask-migrate)[source]: Add
file-name field.
Efraim Flashner 2022-11-14 15:20:44 +02:00
parent 19f8ebae0e
commit 4d9b8ef391
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -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"))))