gnu: git-flow: Declare a source file-name.
* gnu/packages/version-control.scm (git-flow)[source]: Declare a source file-name.
This commit is contained in:
parent
728ee9d6f7
commit
d36df187e0
1 changed files with 1 additions and 0 deletions
|
|
@ -785,6 +785,7 @@ will work.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/nvie/gitflow/")
|
(url "https://github.com/nvie/gitflow/")
|
||||||
(commit "15aab26490facf285acef56cb5d61025eacb3a69")))
|
(commit "15aab26490facf285acef56cb5d61025eacb3a69")))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01fs97q76fdfnvmrh2cyjhywcs3pykf1dg58sy0frflnsdzs6prx"))))
|
"01fs97q76fdfnvmrh2cyjhywcs3pykf1dg58sy0frflnsdzs6prx"))))
|
||||||
|
|
|
||||||
Reference in a new issue