mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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 @@ (define-public git-flow
|
|||
(uri (git-reference
|
||||
(url "https://github.com/nvie/gitflow/")
|
||||
(commit "15aab26490facf285acef56cb5d61025eacb3a69")))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"01fs97q76fdfnvmrh2cyjhywcs3pykf1dg58sy0frflnsdzs6prx"))))
|
||||
|
|
Loading…
Reference in a new issue