guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: git-flow: Update to 1.12.3.


From: guix-commits
Subject: branch master updated: gnu: git-flow: Update to 1.12.3.
Date: Sat, 08 Feb 2020 00:20:29 -0500

This is an automated email from the git hooks/post-receive script.

bavier pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f6a2a5c  gnu: git-flow: Update to 1.12.3.
f6a2a5c is described below

commit f6a2a5cc9c614afda4e3c19fcd17f571e384137b
Author: Eric Bavier <address@hidden>
AuthorDate: Fri Feb 7 23:00:33 2020 -0600

    gnu: git-flow: Update to 1.12.3.
    
    * gnu/packages/version-control.scm (git-flow): Update to 1.12.3.
    [source]: Use maintained fork.
---
 gnu/packages/version-control.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 20db6b4..57cc181 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1007,16 +1007,16 @@ will work.")
     (name "git-flow")
     ;; This version has not be officially released yet, so we build it
     ;; directly from the git repository.
-    (version "0.4.2-pre")
+    (version "1.12.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://github.com/nvie/gitflow/";)
-                    (commit "15aab26490facf285acef56cb5d61025eacb3a69")))
+                    (url "https://github.com/petervanderdoes/gitflow-avh/";)
+                    (commit version)))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "01fs97q76fdfnvmrh2cyjhywcs3pykf1dg58sy0frflnsdzs6prx"))))
+                "13q4mnrxr03wz2dkhzy73j384g299m4d545cnhxcaznvdwfany4h"))))
     (build-system gnu-build-system)
     (inputs `(("shflags" ,shflags)))
     (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]