mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: git-flow: Update to 1.12.3.
* gnu/packages/version-control.scm (git-flow): Update to 1.12.3. [source]: Use maintained fork.
This commit is contained in:
parent
c526ddf482
commit
f6a2a5cc9c
1 changed files with 4 additions and 4 deletions
|
@ -1007,16 +1007,16 @@ (define-public git-flow
|
||||||
(name "git-flow")
|
(name "git-flow")
|
||||||
;; This version has not be officially released yet, so we build it
|
;; This version has not be officially released yet, so we build it
|
||||||
;; directly from the git repository.
|
;; directly from the git repository.
|
||||||
(version "0.4.2-pre")
|
(version "1.12.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/nvie/gitflow/")
|
(url "https://github.com/petervanderdoes/gitflow-avh/")
|
||||||
(commit "15aab26490facf285acef56cb5d61025eacb3a69")))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01fs97q76fdfnvmrh2cyjhywcs3pykf1dg58sy0frflnsdzs6prx"))))
|
"13q4mnrxr03wz2dkhzy73j384g299m4d545cnhxcaznvdwfany4h"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("shflags" ,shflags)))
|
(inputs `(("shflags" ,shflags)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue