gnu: stargate-{sbsms,soundtouch}: Add source file name.
* gnu/packages/audio.scm (stargate-sbsms)[source]: Add ‘file-name’. (stargate-soundtouch)[source]: Likewise. Change-Id: I57b6ae3a46e3cb569108783a951864a1ff43e038
This commit is contained in:
parent
af2ca0226f
commit
8723acd100
@ -4024,6 +4024,7 @@ stretching and pitch scaling of audio. This package contains the library.")
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference (url home-page) (commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"11srnzgpavcj6n70zjdm7488jzrprk71mg9dgr1sa6vwp575hf2m"))))
|
||||
@ -4254,6 +4255,7 @@ control functionality, or just for playing around with the sound effects.")
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference (url home-page) (commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1aw2j1f10p8n4s197b1nd3g1rjvwbrrszc9gwsbwk01c6nb3nr9v"))))
|
||||
|
Loading…
Reference in New Issue
Block a user