me
/
guix
Archived
1
0
Fork 0

gnu: audio-to-midi: Add a source file-name.

* gnu/packages/audio.scm (audio-to-midi)[source]: Add file-name field.
master
Efraim Flashner 2021-06-24 14:35:46 +03:00
parent fb31d73110
commit fda4a93ef1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -2490,6 +2490,7 @@ files.")
(uri (git-reference
(url "https://github.com/NFJones/audio-to-midi")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"12wf17abn3psbsg2r2lk0xdnk8n5cd5rrvjlpxjnjfhd09n7qqgm"))))