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:
Eric Bavier 2020-02-07 23:00:33 -06:00
parent c526ddf482
commit f6a2a5cc9c
No known key found for this signature in database
GPG key ID: FD73CAC719D32566

View file

@ -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