unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* gnu: git: Update to 2.5.0
@ 2015-08-19  0:40 Jeff Mickey
  0 siblings, 0 replies; only message in thread
From: Jeff Mickey @ 2015-08-19  0:40 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 48 bytes --]

Updating git to 2.5.0 for that git-worktree-fu


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-git-Update-to-2.5.0.patch --]
[-- Type: text/x-patch, Size: 1173 bytes --]

From 7f4461a900867671b4e8abd5781ba49bec02b916 Mon Sep 17 00:00:00 2001
From: Jeff Mickey <j@codemac.net>
Date: Tue, 18 Aug 2015 17:37:34 -0700
Subject: [PATCH] gnu: git: Update to 2.5.0

* gnu/packages/version-control.scm (git): Update to 2.5.0
---
 gnu/packages/version-control.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 6623285..e62692c 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -120,14 +120,14 @@ PACKAGES and their propagated inputs."
   ;; Keep in sync with 'git-manpages'!
   (package
    (name "git")
-   (version "2.4.3")
+   (version "2.5.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://kernel.org/software/scm/git/git-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "056qh112f2afnbc4sjzkf8idzhi9bp7ggpci83cc6a7gs6lhfl7h"))))
+              "0p747j94kynrx71qaamc9i0dkq5vqpv66a47b68pmin1qsxb2nfc"))))
    (build-system gnu-build-system)
    (native-inputs
     `(("native-perl" ,perl)
-- 
2.4.3


[-- Attachment #3: Type: text/plain, Size: 15 bytes --]


  //  codemac

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-19  0:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-19  0:40 gnu: git: Update to 2.5.0 Jeff Mickey

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).